- Downgraded SDK from 35 to 34 to support older flutter project
- Fixed web build issue
- Fixed web #85
- Added
SimpleBarcodeScanner
widget to scan barcode - Looking for feedback to improve the use case
SimpleBarcodeScannerPage
is now depreciated, useSimpleBarcodeScanner
instead- Scan barcode with
SimpleBarcodeScanner
scanBarcode
method - Stream barcode with
SimpleBarcodeScanner
streamBarcode
method - Added
cameraFace
to switch between front and back camera,works only on android - Updated example page
SimpleBarcodeScannerPage
is now depreciated, useSimpleBarcodeScanner
instead- Scan barcode with
SimpleBarcodeScanner
scanBarcode
method - Stream barcode with
SimpleBarcodeScanner
streamBarcode
method - 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