Releases: jhoogstraat/fast_barcode_scanner
Releases · jhoogstraat/fast_barcode_scanner
2.0.0-dev.2
This pre-release contains the following changes:
- Analyze still images from binary or native image pickers on iOS and Android
- Added options to customize the QR scanner: sensingColor, backgroundColor, cutOutShape, cutOutBorderColor
- Added first tests
- Even more refactoring
- Simplified Readme
1.1.4
Update all the deps
This fixes a permission bug on iOS and updates dependencies on Android.
ML Kit should now be more accurate with an improved recall (up to 17,1%) - https://developers.google.com/ml-kit/vision/barcode-scanning/android
2.0.0-dev.1
First prerelease of the next update to this plugin
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