File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.1.6
2+ * Added delay param for android
3+ * ios,web and window delay (WIP)
4+ * Code update for android and ios
5+
16## 0.1.5
27* Fixed depreciated issue
38* Added BarcodeAppBar class
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ class _HomePageState extends State<HomePage> {
4949 enableBackButton: true ,
5050 backButtonIcon: Icon (Icons .arrow_back_ios),
5151 ),
52+ delayMillis: 2000 ,
5253 child: Column (
5354 children: [
5455 SizedBox (
Original file line number Diff line number Diff line change 11name : simple_barcode_scanner
22description : Scanner plugin for Barcode/QR code. Scan using flutter_barcode_scanner for mobile device and html5-qrcode for web and windows
3- version : 0.1.5
3+ version : 0.1.6
44homepage : https://github.com/CodingWithTashi/simple_barcode_scanner
55issue_tracker : https://github.com/CodingWithTashi/simple_barcode_scanner/issues
66
You can’t perform that action at this time.
0 commit comments