- Fixed Issue #108 - Integer/Long ClassCastException on Android
- Fixed Issue #105 - iOS buttons overlapped by system UI (safe area support)
- Fixed Issue #118 - Android navigation bar overlap
- Fixed iOS crash when rootViewController is nil during plugin registration PR #127
- Fixes Issue #130 - iOS Simulator crash during plugin registration
- Fixes Issue #131 - Android onActivityResult crash
- Special thanks to Barba2k2 for his contribution
- Removed jcenter references PR #126
- Improved viewController retrieval and added error handling
- Use distinct error codes for better debugging
- Fixed MissingPluginException PR #116
- Removes FlutterActivity reference
- Migrates to applying Gradle plugins (https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply)
- Removes references to Flutter v1 Android embedding classes
- Special thanks to Kurczaak for his contribution in PR #102.
- Special thanks to Natália for her contribution in PR #103
- Downgraded SDK from 35 to 34 to support older flutter project
- Fixed web build issue
- Fixed web #85
- Added
SimpleBarcodeScannerwidget to scan barcode - Looking for feedback to improve the use case
SimpleBarcodeScannerPageis now depreciated, useSimpleBarcodeScannerinstead- Scan barcode with
SimpleBarcodeScannerscanBarcodemethod - Stream barcode with
SimpleBarcodeScannerstreamBarcodemethod - Added
cameraFaceto switch between front and back camera,works only on android - Updated example page
SimpleBarcodeScannerPageis now depreciated, useSimpleBarcodeScannerinstead- Scan barcode with
SimpleBarcodeScannerscanBarcodemethod - Stream barcode with
SimpleBarcodeScannerstreamBarcodemethod - Updated example page
- IOS build issue fixed
- Delay feature added for android and ios
- IOS build issue fixed
- Added delay param for android
- ios,web and window delay (WIP)
- Code update for android and ios
- Fixed depreciated issue
- Added BarcodeAppBar class
- Depreciated centerTitle and appBarTitle, use [BarcodeAppBar] instead
- Fixed 68
- Added BarcodeAppBar class
- Depreciated centerTitle and appBarTitle, use [BarcodeAppBar] instead
- Fixed 68
- Package updated
- Example project updated
- flutter barcode scanner package code is now added as part of simple barcode scanner since package is no longer actively maintained.
- fixed 66
- Package updated
- Example project updated
- Minor code refactor
- Fixed 46
- Other bug fixes
- Upgraded flutter sdk
- Downgraded sdk from to 4 to 3 to support older flutter project
- Thanks to treyhendon. Added UPC Barcode support 41
- Fixed window permission issue
- refactored code
- Document update
- warning update
- added button for web and window
- updated packages
- permission refactored
- Added demo image for window
- renamed file name and path
- version update
- Window not scanning issue fixed
- Update README.MD file
- version update
- Fix platform list issue not displaying in pub.dev
- update ReadMe.md
- Fixed dart file convention for score
- static analysis issue fix
- Initial release
- Scan barcode/qrcode for mobile,web and window platform
- mobile uses flutter_barcode_scanner
- web and desktop uses html5-qrcode