Skip to content

Releases: juliuscanute/qr_code_scanner

v1.0.0

30 May 21:32
995786f
Compare
Choose a tag to compare

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
2725a0c
Compare
Choose a tag to compare

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
f4bfabe
Compare
Choose a tag to compare
  • Fix bug which caused build to fail for iOS. (#452)

v0.6.0

01 Nov 12:25
b0ba1ba
Compare
Choose a tag to compare

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
c89f1ea
Compare
Choose a tag to compare

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
8fab581
Compare
Choose a tag to compare

Removed web from library export.

v0.5.0

31 May 10:01
568a289
Compare
Choose a tag to compare
  • 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
06e326e
Compare
Choose a tag to compare

Brings null-safety to qr_code_scanner!