Skip to content

Releases: juliansteenbakker/mobile_scanner

v7.0.0-beta.6

04 Feb 15:42
Compare
Choose a tag to compare
v7.0.0-beta.6 Pre-release
Pre-release

BREAKING CHANGES:

  • This release requires Flutter 3.27.0 or higher.

Improvements:

  • [Android] Added support for Impeller.
  • [Apple] Added support for rawBytes from the Vision API observations.
  • Export the MobileScannerViewAttributes and StartOptions types, to allow them in tests.

Bugs fixed:

  • [Apple] Fixed a bug that caused a crash when the capture session could not add the video input.

v6.0.6

04 Feb 15:03
Compare
Choose a tag to compare

Bugs fixed:

  • [web] Fixed a bug that prevented color inverted barcodes from being scanned.

Improvements:

  • [web] Bump ZXingJS from version 0.19.1 to 0.21.3.

v6.0.5

28 Jan 12:41
Compare
Choose a tag to compare

Bugs fixed:

  • [Android] Fixed crash due to imageProxy being closed too early.

v7.0.0-beta.5

27 Jan 19:27
243b60e
Compare
Choose a tag to compare
v7.0.0-beta.5 Pre-release
Pre-release

Improvements:

  • [Android] Added autoZoom parameter to auto zoom if the detected code is to far from the camera.
  • [Android] Added invertImage parameter to invert image colors for analyzer to support white-on-black barcodes, which are not supported by MLKit.
  • [Android] Updated camera-camera2 dependencies.
  • Added pause functionality to all platforms.

Bugs fixed:

  • [Android] Fixed resources not being closed.

v6.0.4

27 Jan 19:11
f7d218d
Compare
Choose a tag to compare

Bugs fixed:

  • [Android] Fixed UI stutter when returnImage is true.

v6.0.3

16 Jan 16:09
00715cc
Compare
Choose a tag to compare

New features:

  • Adds pause function to pause the camera but keep textures in place.

v7.0.0-beta.3

29 Oct 07:40
2f79daf
Compare
Choose a tag to compare
v7.0.0-beta.3 Pre-release
Pre-release

Fix build issues on macOS

v7.0.0-beta.2

28 Oct 15:16
3cb016d
Compare
Choose a tag to compare
v7.0.0-beta.2 Pre-release
Pre-release

Improvements:

  • [iOS] Adds support for Swift Package Manager.
  • [Apple] Fixes zoom slider
  • Fixed torch at start not working
  • Fixed scanWindow not being correct
  • Fixed barcode overlay not being correct

Known issues:

  • BoxFit.cover & BoxFit.fitHeight produces wrong width in barcodeOverlay

v7.0.0-beta.1

23 Oct 14:39
ae98432
Compare
Choose a tag to compare
v7.0.0-beta.1 Pre-release
Pre-release

This version replaces MLKit on iOS with Apples Vision API. The code base is now shared with macOS.
This change removes the requirement for iOS 15 or higher.

There are still some problems with this build.

  • Zoom slider not working
  • scanWindow not working
  • Flash shows briefly when starting scanner.
  • Other issues, not fully tested yet.

v6.0.2

23 Oct 14:38
e01fbed
Compare
Choose a tag to compare

Bugs fixed:

  • Fixed a bug that prevented analyzeImage from actually accepting the configured formats.

Improvements:

  • [iOS] Excluded the arm64 architecture for Simulators, which is unsupported by MLKit 7.0.0.