Releases: juliuscanute/qr_code_scanner
Releases · juliuscanute/qr_code_scanner
v1.0.0
30 May 21:32
Compare
Sorry, something went wrong.
No results found
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
17 Feb 22:33
Compare
Sorry, something went wrong.
No results found
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
03 Nov 15:48
Compare
Sorry, something went wrong.
No results found
Fix bug which caused build to fail for iOS. (#452 )
v0.6.0
01 Nov 12:25
Compare
Sorry, something went wrong.
No results found
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
16 Jul 14:16
Compare
Sorry, something went wrong.
No results found
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
31 May 12:27
Compare
Sorry, something went wrong.
No results found
Removed web from library export.
v0.5.0
31 May 10:01
Compare
Sorry, something went wrong.
No results found
Added initial web-support. This function is still under development and not fully tested.
Fixed permissions on iOS.
Updated dependencies.
v0.4.0
25 Mar 10:24
Compare
Sorry, something went wrong.
No results found
Brings null-safety to qr_code_scanner!