Skip to content

Releases: jhoogstraat/fast_barcode_scanner

2.0.0-dev.2

23 Oct 11:29
c5eb6aa
Compare
Choose a tag to compare
2.0.0-dev.2 Pre-release
Pre-release

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

23 Oct 10:24
8a02e36
Compare
Choose a tag to compare

This release contains some bugfixes on both platforms.

Update all the deps

15 Sep 16:32
24f5bb9
Compare
Choose a tag to compare

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

05 Jul 14:09
7647bd3
Compare
Choose a tag to compare
2.0.0-dev.1 Pre-release
Pre-release

First prerelease of the next update to this plugin

1.1.1

18 Jun 15:04
8476cd0
Compare
Choose a tag to compare
  • Camera position now taken into account on Android.
  • Fix DetectionMode.pauseDetection on Android.
  • Updated CameraX to v1.1.0-alpha05

1.1.0

01 Jun 10:18
09a5750
Compare
Choose a tag to compare
  • 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