Releases: juliansteenbakker/mobile_scanner
Releases · juliansteenbakker/mobile_scanner
v7.0.0-beta.8
Improvements:
- Updated examples in example app.
- Added [useAppLifecycleState] parameter to enable or disable handling of lifecycle state when no controller is passed.
- Dispose function of [MobileScanner] is now async.
- The [BarcodeOverlay] now correctly disposes the text painter.
Bugs fixed:
- [Apple] Fixed barcode corners representation for barcode overlay.
- [Apple] Fixed zoom callback not working.
- [Apple] Updated zoom scale factor to match Android implementation.
- Fixed build issues on older kotlin versions.
v6.0.7
v7.0.0-beta.7
BREAKING CHANGES:
- The initial state of the
MobileScannerState
camera facing direction is changed toCameraFacing.unknown
.
Improvements:
- [Android] Turn off logging for CameraX, except for the
Log.ERROR
logging level. - Added
CameraFacing.external
andCameraFacing.unknown
enum values.
Bugs fixed:
- [Android] Fixed an issue when compiling with Kotlin 1.8.0 or higher.
v7.0.0-beta.6
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
andStartOptions
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
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
Bugs fixed:
- [Android] Fixed crash due to imageProxy being closed too early.
v7.0.0-beta.5
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
Bugs fixed:
- [Android] Fixed UI stutter when
returnImage
is true.
v6.0.3
New features:
- Adds pause function to pause the camera but keep textures in place.
v7.0.0-beta.3
Fix build issues on macOS