File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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:
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.0.8
3+ version : 0.0.9
44homepage : https://github.com/CodingWithTashi/simple_barcode_scanner
55issue_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
2828dev_dependencies :
2929 flutter_test :
3030 sdk : flutter
You can’t perform that action at this time.
0 commit comments