Releases: juliuscanute/qr_code_scanner
Releases · juliuscanute/qr_code_scanner
v1.0.0
Breaking changes:
Minimum Flutter version is now Flutter 3.0.0 (Dart 2.17.0).
Features
- Inverted is now mixed with normal scanning.
- onPermissionSet now works on web aswell.
- [Android] zxing core is updated to 3.5.0.
- [Android] Several code improvements.
- [Android] Several dependencies updated.
v0.7.0
Features
- Add inverted feature for Android. See #403
Bugfixes
- Fixed permission error on devices running Android 7 or lower.
- Fixed error being thrown when user declines permission on iOS.
- Updated dependencies
v0.6.1
- Fix bug which caused build to fail for iOS. (#452)
v0.6.0
Features
- Add support for raw bytes on iOS. (#421)
- Add custom cutout width and height next to cutout size. (#432)
Bugfixes
- Fix for calling permission multiple times. (#381)
- Fix for QRView Overlay cutoutbottomoffset. (#383)
- Multiple minor improvements
v0.5.2
Bugfixes
- Increased delay to fix QRView opening zoomed in on some devices by adding small delay to updateDimensions(). (#250)
- Updated ZXING from 3.3.0 to 3.4.1 (#369)
- Fixed permission not being called correctly on Android (#351)
v0.5.1
Removed web from library export.
v0.5.0
- Added initial web-support. This function is still under development and not fully tested.
- Fixed permissions on iOS.
- Updated dependencies.
v0.4.0
Brings null-safety to qr_code_scanner!