Julian Steenbakker

release of v0.1.2

@@ -2,7 +2,9 @@ @@ -2,7 +2,9 @@
2 * MobileScannerArguments is now exported. [7](https://github.com/juliansteenbakker/mobile_scanner/issues/7) 2 * MobileScannerArguments is now exported. [7](https://github.com/juliansteenbakker/mobile_scanner/issues/7)
3 3
4 Bugfixes: 4 Bugfixes:
5 -* Fixed application crashing when stop() or start() is called multiple times. [5](https://github.com/juliansteenbakker/mobile_scanner/issues/5) 5 +* Fixed application crashing when stop() or start() is called multiple times. [#5](https://github.com/juliansteenbakker/mobile_scanner/issues/5)
  6 +* Fixes controller not being disposed correctly. [#23](https://github.com/juliansteenbakker/mobile_scanner/issues/23)
  7 +* Catch error when no camera is found. [#19](https://github.com/juliansteenbakker/mobile_scanner/issues/19)
6 8
7 ## 0.1.1 9 ## 0.1.1
8 mobile_scanner is now compatible with sdk >= 2.12 and flutter >= 2.2.0 10 mobile_scanner is now compatible with sdk >= 2.12 and flutter >= 2.2.0
1 name: mobile_scanner 1 name: mobile_scanner
2 description: A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS. 2 description: A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
3 -version: 0.1.1 3 +version: 0.1.2
4 repository: https://github.com/juliansteenbakker/mobile_scanner 4 repository: https://github.com/juliansteenbakker/mobile_scanner
5 5
6 environment: 6 environment: