diff --git a/.resources/android-app-screen-one.jpg b/.resources/android-app-screen-one.jpg new file mode 100755 index 0000000..f0c3992 Binary files /dev/null and b/.resources/android-app-screen-one.jpg differ diff --git a/.resources/android-app-screen-two.jpg b/.resources/android-app-screen-two.jpg new file mode 100755 index 0000000..aa2cde0 Binary files /dev/null and b/.resources/android-app-screen-two.jpg differ diff --git a/.resources/ios-app-screen-one.png b/.resources/ios-app-screen-one.png new file mode 100644 index 0000000..b53fbe3 Binary files /dev/null and b/.resources/ios-app-screen-one.png differ diff --git a/.resources/ios-app-screen-two.png b/.resources/ios-app-screen-two.png new file mode 100644 index 0000000..b6d0a93 Binary files /dev/null and b/.resources/ios-app-screen-two.png differ diff --git a/CHANGELOG.md b/CHANGELOG.md index e693106..3bb5d94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.0.12 +* Add optional parameter to use a camera overlay. +* Simplfiy controller, expose scanDataStream. +* Fix for Android flash toggle. +* Add ability to pause/resume the camera. +* Thanks! to Luis Thein for all the above contributions. + ## 0.0.11 * android build break fix diff --git a/README.md b/README.md index 888c668..4ba1ff2 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ Android

- +

- +

@@ -34,12 +34,12 @@ iOS

- +

- +

diff --git a/pubspec.yaml b/pubspec.yaml index bbd4dab..e488733 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: qr_code_scanner description: QR code scanner that can be embedded inside flutter. It uses zxing in Android and MTBBarcode scanner in iOS. -version: 0.0.11 +version: 0.0.12 author: Julius Canute homepage: https://juliuscanute.com repository: https://github.com/juliuscanute/qr_code_scanner