flutter_barcode_scanner 2.0.0 flutter_barcode_scanner: ^2.0.0 copied to clipboard
A plugin for barcode scanning support on Android and iOS. Supports barcodes, QR codes, etc.
2.0.0 #
- Android: Fixes #137 and #132
- iOS: Fixes #97
- PR: #184 and #182
- Null safety migration
1.0.1 #
- Merge PR #90
- iOS: Issue #82 fix
- Android: Issue #62 fix
1.0.0 #
- Enhancement: Fixes mentioned issues #60, #59, #55, #53, #49, #43, #41, #37, #65, #63, #64, #71, #79.
- Android: New API migration.
- iOS: Now supports landscape mode in scanning.
0.1.7 #
- Enhancement: Issue #14, Added separate graphics overlay for Barcode and QR code.
0.1.6 #
- Android: Issue #31 fix (Out of memory crash).
- iOS: Issue #34 fix (Flash icon mismatch).
0.1.5+2 #
- iOS: No response on cancel button click (Fixes issue #33).
0.1.5+1 #
- Android: Potential issue fix Unhandled Exception: MissingPluginException.
0.1.5 #
- iOS: Camera permission issue fix (fixes issue #24).
0.1.4 #
- iOS: Added check for camera permission. Ask user to grant camera permission.
0.1.3 #
- Android: Continuous scan not working issue fix.
0.1.2+1 #
- iOS: Added support for ARGB color code which was not supported earlier.
0.1.2 #
- iOS: flash icon not visible for some devices issue fix.
0.1.1 #
- Removed unnecessary code.
0.1.0 #
- New feature (Issue #18): Now barcodes can be scanned continuously without closing camera.
- Upgraded workspace for Android and iOS
0.0.9 #
- Potential bug fix for issue #9 (Swift 3 inference for @Objc)
0.0.8 #
- Added one more parameter in
scanBarcode
which isisShowFlashIcon
. Now you can pass bool value of your choice to show or hide the flash icon. - Upgraded example code to Swift 5. Plugin is now Swift 5 compatible.
0.0.7 #
- Added one more parameter in
scanBarcode
which isCANCEL_BUTTON_TEXT
. Now you can pass text of your choice and your language choice.
0.0.6 #
- Bug fixes and improvements
0.0.5 #
- Added support for Android X
0.0.4 #
- Bug fixes and improvements
0.0.3 #
- Added Android Support for 16 and above
- Minor changes and bug fixes
0.0.2 #
- Minor bug fixes and improvements
0.0.1 #
- Initial release.