simple_barcode_scanner 0.2.4 simple_barcode_scanner: ^0.2.4 copied to clipboard
simple_barcode_scanner that let you scan barcode and qr code in mobile, web and windows.
0.2.4 #
- Downgraded SDK from 35 to 34 to support older flutter project
0.2.3 #
- Fixed web build issue
0.2.2 #
0.2.1 #
- Added
SimpleBarcodeScanner
widget to scan barcode - Looking for feedback to improve the use case
0.2.0 #
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
0.1.9 #
SimpleBarcodeScannerPage
is now depreciated, useSimpleBarcodeScanner
instead- Scan barcode with
SimpleBarcodeScanner
scanBarcode
method - Stream barcode with
SimpleBarcodeScanner
streamBarcode
method - Updated example page
0.1.8 #
- IOS build issue fixed
- Delay feature added for android and ios
0.1.7 #
- IOS build issue fixed
0.1.6 #
- Added delay param for android
- ios,web and window delay (WIP)
- Code update for android and ios
0.1.5 #
- Fixed depreciated issue
- Added BarcodeAppBar class
- Depreciated centerTitle and appBarTitle, use [BarcodeAppBar] instead
- Fixed 68
0.1.4 #
- Added BarcodeAppBar class
- Depreciated centerTitle and appBarTitle, use [BarcodeAppBar] instead
- Fixed 68
0.1.3 #
- 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
0.1.2 #
- Package updated
- Example project updated
- Minor code refactor
0.1.0 #
- Upgraded flutter sdk
0.0.10 #
- Downgraded sdk from to 4 to 3 to support older flutter project
0.0.9 #
- Thanks to treyhendon. Added UPC Barcode support 41
0.0.8 #
- Fixed window permission issue
- refactored code
0.0.6 #
- Document update
- warning update
0.0.5 #
- added button for web and window
- updated packages
- permission refactored
0.0.4 #
- Added demo image for window
- renamed file name and path
- version update
0.0.3 #
- Window not scanning issue fixed
- Update README.MD file
- version update
0.0.2 #
- Fix platform list issue not displaying in pub.dev
- update ReadMe.md
- Fixed dart file convention for score
- static analysis issue fix
0.0.1 #
- Initial release
- Scan barcode/qrcode for mobile,web and window platform
- mobile uses flutter_barcode_scanner
- web and desktop uses html5-qrcode