We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bdafe6 commit 6cb135eCopy full SHA for 6cb135e
2 files changed
CHANGELOG.md
@@ -46,4 +46,7 @@
46
* Downgraded sdk from to 4 to 3 to support older flutter project
47
48
## 0.1.0
49
-* Upgraded flutter sdk
+* Upgraded flutter sdk
50
+
51
+## 0.1.1
52
+* Fixed [46](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/46)
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: simple_barcode_scanner
2
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.0
+version: 0.1.1
4
homepage: https://github.com/CodingWithTashi/simple_barcode_scanner
5
issue_tracker: https://github.com/CodingWithTashi/simple_barcode_scanner/issues
6
0 commit comments