fast_barcode_scanner 2.0.0-dev.1
fast_barcode_scanner: ^2.0.0-dev.1 copied to clipboard
A fast barcode scanner using MLKit on Android and AVFoundation on iOS.
2.0.0 #
- Added ability to change the scanner configuration while running
- Restructured and simplified native code on iOS and Android
- Fully implemented error handling
- UPC-A is now correctly reported on iOS (EAN-13 with a leading 0 is regarded as UPC-A).
- Massively improved sample app with controls over all features.
- Updated CameraX and ML Kit to the newest versions
1.1.1 #
- Camera position now taken into account on Android.
- Fix DetectionMode.pauseDetection on Android.
- Updated CameraX to v1.1.0-alpha05
1.1.0 #
- Relaxed kotlin version to 1.3.50
- Updated MLKit version (16.1.2)
- The camera state now contains the torch state (on/off)
- Fixed toggling the torch in the example project
1.0.2 #
- Even more documentation.
1.0.1 #
- Updated documentation.
1.0.0 #
- Initial pre-release.