Skip to content

Commit 0ad6d18

Browse files
updated version
1 parent fc6dc8d commit 0ad6d18

3 files changed

Lines changed: 18 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@
3737

3838
## 0.0.8
3939
* Fixed window permission issue
40-
* refactored code
40+
* refactored code
41+
42+
## 0.0.9
43+
* Thanks to [treyhendon](https://github.com/treyhendon/simple_barcode_scanner/commits?author=treyhendon).Added UPC Barcode support [41](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/41)

example/pubspec.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -140,50 +140,50 @@ packages:
140140
dependency: transitive
141141
description:
142142
name: permission_handler
143-
sha256: "860c6b871c94c78e202dc69546d4d8fd84bd59faeb36f8fb9888668a53ff4f78"
143+
sha256: "45ff3fbcb99040fde55c528d5e3e6ca29171298a85436274d49c6201002087d6"
144144
url: "https://pub.dev"
145145
source: hosted
146-
version: "11.1.0"
146+
version: "11.2.0"
147147
permission_handler_android:
148148
dependency: transitive
149149
description:
150150
name: permission_handler_android
151-
sha256: "2f1bec180ee2f5665c22faada971a8f024761f632e93ddc23310487df52dcfa6"
151+
sha256: "758284a0976772f9c744d6384fc5dc4834aa61e3f7aa40492927f244767374eb"
152152
url: "https://pub.dev"
153153
source: hosted
154-
version: "12.0.1"
154+
version: "12.0.3"
155155
permission_handler_apple:
156156
dependency: transitive
157157
description:
158158
name: permission_handler_apple
159-
sha256: "1a816084338ada8d574b1cb48390e6e8b19305d5120fe3a37c98825bacc78306"
159+
sha256: c6bf440f80acd2a873d3d91a699e4cc770f86e7e6b576dda98759e8b92b39830
160160
url: "https://pub.dev"
161161
source: hosted
162-
version: "9.2.0"
162+
version: "9.3.0"
163163
permission_handler_html:
164164
dependency: transitive
165165
description:
166166
name: permission_handler_html
167-
sha256: d96ff56a757b7f04fa825c469d296c5aebc55f743e87bd639fef91a466a24da8
167+
sha256: "54bf176b90f6eddd4ece307e2c06cf977fb3973719c35a93b85cc7093eb6070d"
168168
url: "https://pub.dev"
169169
source: hosted
170-
version: "0.1.0+1"
170+
version: "0.1.1"
171171
permission_handler_platform_interface:
172172
dependency: transitive
173173
description:
174174
name: permission_handler_platform_interface
175-
sha256: d87349312f7eaf6ce0adaf668daf700ac5b06af84338bd8b8574dfbd93ffe1a1
175+
sha256: "5c43148f2bfb6d14c5a8162c0a712afe891f2d847f35fcff29c406b37da43c3c"
176176
url: "https://pub.dev"
177177
source: hosted
178-
version: "4.0.2"
178+
version: "4.1.0"
179179
permission_handler_windows:
180180
dependency: transitive
181181
description:
182182
name: permission_handler_windows
183-
sha256: "1e8640c1e39121128da6b816d236e714d2cf17fac5a105dd6acdd3403a628004"
183+
sha256: "1a790728016f79a41216d88672dbc5df30e686e811ad4e698bfc51f76ad91f1e"
184184
url: "https://pub.dev"
185185
source: hosted
186-
version: "0.2.0"
186+
version: "0.2.1"
187187
plugin_platform_interface:
188188
dependency: transitive
189189
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.0.8
3+
version: 0.0.9
44
homepage: https://github.com/CodingWithTashi/simple_barcode_scanner
55
issue_tracker: https://github.com/CodingWithTashi/simple_barcode_scanner/issues
66

@@ -24,7 +24,7 @@ dependencies:
2424
#Get assets path for window platform
2525
path: ^1.8.2
2626
#checking permissions
27-
permission_handler: ^11.1.0
27+
permission_handler: ^11.2.0
2828
dev_dependencies:
2929
flutter_test:
3030
sdk: flutter

0 commit comments

Comments
 (0)