icapps_fast_barcode_scanner 1.4.0
icapps_fast_barcode_scanner: ^1.4.0 copied to clipboard
A fast barcode scanner using MLKit on Android and AVFoundation on iOS.
1.4.0 #
- Further rename to icapps_fast_barcode_scanner
1.3.0 #
- Forked to icapps_fast_barcode_scanner
- fix 'Type mismatch: inferred type is Activity? but Context was expected'
1.1.4 #
- Fixes
pauseDetector
on iOS - Fixes no error reported when permissions are denied on Android
- Updates CameraX (compileSdk is now 31)
1.1.3 #
- Remove references to FlutterActivity (required by local_auth package)
1.1.2 #
- Fixed a bug where the app would crash when denying permissions on iOS.
- Smaller code cleanups
- Updated CameraX and ML Kit to latest 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.