ai_barcode_scanner 3.4.3
ai_barcode_scanner: ^3.4.3 copied to clipboard
A universal AI barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS.
3.4.3 #
- readme updated
3.4.2 #
- Dependency updates
- mobile_scanner: ^4.0.0
3.4.1 #
- Jump to 3.4.1 to match the version of mobile_scanner
- Dependency updates
- mobile_scanner: ^3.4.1
- readme updated
- topics added
- Major changes in AiBarcodeScanner class
- allowDuplicates, hintMargin, hintPadding, hintBackgroundColor, errorText and successText removed
- hintWidget => bottomBar
- hintText => bottomBarText
- hintTextStyle => bottomBarTextStyle
- appBar added
0.0.7-dev.1 #
- error widget fixed
0.0.7 #
- Dependency updates
- validateText and validateType deprecated removed
0.0.6 #
- Readme updated
0.0.5 #
- #43 added, Thanks to @MahmoudKhalid
- Readme updated
- mobile_scanner: ^3.2.0 added
- Added validator property, Deprecated validateText and validateType by @MahmoudKhalid
- Added onDispose property by @MahmoudKhalid
0.0.2+1 #
- multi scan bug fixed
0.0.2 #
- Dependency updates
- mobile_scanner: ^3.0.0-beta.1
0.0.1+1 #
- Documentation updated
0.0.1 #
- Initial release.
- Added a button to turn the LED on and off.
- Added a button to flip the camera.
- Added a hint text.
- Added a barcode validator.
- Added a QR overlay.