Skip to content

Commit 9d2624c

Browse files
feat added
1 parent 94ff9a3 commit 9d2624c

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

example/lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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(

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: simple_barcode_scanner
22
description: 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
44
homepage: https://github.com/CodingWithTashi/simple_barcode_scanner
55
issue_tracker: https://github.com/CodingWithTashi/simple_barcode_scanner/issues
66

0 commit comments

Comments
 (0)