Skip to content

Commit c97e208

Browse files
fix window permission issue
1 parent 317a084 commit c97e208

File tree

4 files changed

+101
-56
lines changed

4 files changed

+101
-56
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@
3333

3434
## 0.0.7
3535
* Fixed performance issue with window [5](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/5)
36-
* Added appBar title and centerTitle param [11](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/11)
36+
* Added appBar title and centerTitle param [11](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/11)
37+
38+
## 0.0.8
39+
* Fixed window permission issue
40+
* refactored code

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Window | Web
2727
## Getting started
2828

2929
```dart
30-
simple_barcode_scanner: ^0.0.7
30+
simple_barcode_scanner: ^0.0.8
3131
3232
```
3333
Import the library:

example/pubspec.lock

Lines changed: 94 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -5,49 +5,56 @@ packages:
55
dependency: transitive
66
description:
77
name: async
8-
url: "https://pub.dartlang.org"
8+
sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0
9+
url: "https://pub.dev"
910
source: hosted
10-
version: "2.9.0"
11+
version: "2.10.0"
1112
boolean_selector:
1213
dependency: transitive
1314
description:
1415
name: boolean_selector
15-
url: "https://pub.dartlang.org"
16+
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
17+
url: "https://pub.dev"
1618
source: hosted
17-
version: "2.1.0"
19+
version: "2.1.1"
1820
characters:
1921
dependency: transitive
2022
description:
2123
name: characters
22-
url: "https://pub.dartlang.org"
24+
sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c
25+
url: "https://pub.dev"
2326
source: hosted
2427
version: "1.2.1"
2528
clock:
2629
dependency: transitive
2730
description:
2831
name: clock
29-
url: "https://pub.dartlang.org"
32+
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
33+
url: "https://pub.dev"
3034
source: hosted
3135
version: "1.1.1"
3236
collection:
3337
dependency: transitive
3438
description:
3539
name: collection
36-
url: "https://pub.dartlang.org"
40+
sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0
41+
url: "https://pub.dev"
3742
source: hosted
38-
version: "1.16.0"
43+
version: "1.17.0"
3944
cupertino_icons:
4045
dependency: "direct main"
4146
description:
4247
name: cupertino_icons
43-
url: "https://pub.dartlang.org"
48+
sha256: e35129dc44c9118cee2a5603506d823bab99c68393879edb440e0090d07586be
49+
url: "https://pub.dev"
4450
source: hosted
45-
version: "1.0.4"
51+
version: "1.0.5"
4652
fake_async:
4753
dependency: transitive
4854
description:
4955
name: fake_async
50-
url: "https://pub.dartlang.org"
56+
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
57+
url: "https://pub.dev"
5158
source: hosted
5259
version: "1.3.1"
5360
flutter:
@@ -59,112 +66,134 @@ packages:
5966
dependency: transitive
6067
description:
6168
name: flutter_barcode_scanner
62-
url: "https://pub.dartlang.org"
69+
sha256: a4ba37daf9933f451a5e812c753ddd045d6354e4a3280342d895b07fecaab3fa
70+
url: "https://pub.dev"
6371
source: hosted
6472
version: "2.0.0"
6573
flutter_lints:
6674
dependency: "direct dev"
6775
description:
6876
name: flutter_lints
69-
url: "https://pub.dartlang.org"
77+
sha256: aeb0b80a8b3709709c9cc496cdc027c5b3216796bc0af0ce1007eaf24464fd4c
78+
url: "https://pub.dev"
7079
source: hosted
7180
version: "2.0.1"
7281
flutter_plugin_android_lifecycle:
7382
dependency: transitive
7483
description:
7584
name: flutter_plugin_android_lifecycle
76-
url: "https://pub.dartlang.org"
85+
sha256: "60fc7b78455b94e6de2333d2f95196d32cf5c22f4b0b0520a628804cb463503b"
86+
url: "https://pub.dev"
7787
source: hosted
78-
version: "2.0.6"
88+
version: "2.0.7"
7989
flutter_test:
8090
dependency: "direct dev"
8191
description: flutter
8292
source: sdk
8393
version: "0.0.0"
94+
js:
95+
dependency: transitive
96+
description:
97+
name: js
98+
sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7"
99+
url: "https://pub.dev"
100+
source: hosted
101+
version: "0.6.5"
84102
lints:
85103
dependency: transitive
86104
description:
87105
name: lints
88-
url: "https://pub.dartlang.org"
106+
sha256: "5e4a9cd06d447758280a8ac2405101e0e2094d2a1dbdd3756aec3fe7775ba593"
107+
url: "https://pub.dev"
89108
source: hosted
90-
version: "2.0.0"
109+
version: "2.0.1"
91110
matcher:
92111
dependency: transitive
93112
description:
94113
name: matcher
95-
url: "https://pub.dartlang.org"
114+
sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72"
115+
url: "https://pub.dev"
96116
source: hosted
97-
version: "0.12.12"
117+
version: "0.12.13"
98118
material_color_utilities:
99119
dependency: transitive
100120
description:
101121
name: material_color_utilities
102-
url: "https://pub.dartlang.org"
122+
sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
123+
url: "https://pub.dev"
103124
source: hosted
104-
version: "0.1.5"
125+
version: "0.2.0"
105126
meta:
106127
dependency: transitive
107128
description:
108129
name: meta
109-
url: "https://pub.dartlang.org"
130+
sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42"
131+
url: "https://pub.dev"
110132
source: hosted
111133
version: "1.8.0"
112134
path:
113135
dependency: transitive
114136
description:
115137
name: path
116-
url: "https://pub.dartlang.org"
138+
sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b
139+
url: "https://pub.dev"
117140
source: hosted
118141
version: "1.8.2"
119142
permission_handler:
120143
dependency: transitive
121144
description:
122145
name: permission_handler
123-
url: "https://pub.dartlang.org"
146+
sha256: "33c6a1253d1f95fd06fa74b65b7ba907ae9811f9d5c1d3150e51417d04b8d6a8"
147+
url: "https://pub.dev"
124148
source: hosted
125149
version: "10.2.0"
126150
permission_handler_android:
127151
dependency: transitive
128152
description:
129153
name: permission_handler_android
130-
url: "https://pub.dartlang.org"
154+
sha256: "8028362b40c4a45298f1cbfccd227c8dd6caf0e27088a69f2ba2ab15464159e2"
155+
url: "https://pub.dev"
131156
source: hosted
132157
version: "10.2.0"
133158
permission_handler_apple:
134159
dependency: transitive
135160
description:
136161
name: permission_handler_apple
137-
url: "https://pub.dartlang.org"
162+
sha256: "9c370ef6a18b1c4b2f7f35944d644a56aa23576f23abee654cf73968de93f163"
163+
url: "https://pub.dev"
138164
source: hosted
139165
version: "9.0.7"
140166
permission_handler_platform_interface:
141167
dependency: transitive
142168
description:
143169
name: permission_handler_platform_interface
144-
url: "https://pub.dartlang.org"
170+
sha256: "68abbc472002b5e6dfce47fe9898c6b7d8328d58b5d2524f75e277c07a97eb84"
171+
url: "https://pub.dev"
145172
source: hosted
146173
version: "3.9.0"
147174
permission_handler_windows:
148175
dependency: transitive
149176
description:
150177
name: permission_handler_windows
151-
url: "https://pub.dartlang.org"
178+
sha256: f67cab14b4328574938ecea2db3475dad7af7ead6afab6338772c5f88963e38b
179+
url: "https://pub.dev"
152180
source: hosted
153181
version: "0.1.2"
154182
plugin_platform_interface:
155183
dependency: transitive
156184
description:
157185
name: plugin_platform_interface
158-
url: "https://pub.dartlang.org"
186+
sha256: dbf0f707c78beedc9200146ad3cb0ab4d5da13c246336987be6940f026500d3a
187+
url: "https://pub.dev"
159188
source: hosted
160-
version: "2.1.2"
189+
version: "2.1.3"
161190
simple_barcode_scanner:
162191
dependency: "direct main"
163192
description:
164193
path: ".."
165194
relative: true
166195
source: path
167-
version: "0.0.7"
196+
version: "0.0.8"
168197
sky_engine:
169198
dependency: transitive
170199
description: flutter
@@ -174,86 +203,98 @@ packages:
174203
dependency: transitive
175204
description:
176205
name: source_span
177-
url: "https://pub.dartlang.org"
206+
sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
207+
url: "https://pub.dev"
178208
source: hosted
179-
version: "1.9.0"
209+
version: "1.9.1"
180210
stack_trace:
181211
dependency: transitive
182212
description:
183213
name: stack_trace
184-
url: "https://pub.dartlang.org"
214+
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
215+
url: "https://pub.dev"
185216
source: hosted
186-
version: "1.10.0"
217+
version: "1.11.0"
187218
stream_channel:
188219
dependency: transitive
189220
description:
190221
name: stream_channel
191-
url: "https://pub.dartlang.org"
222+
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
223+
url: "https://pub.dev"
192224
source: hosted
193-
version: "2.1.0"
225+
version: "2.1.1"
194226
string_scanner:
195227
dependency: transitive
196228
description:
197229
name: string_scanner
198-
url: "https://pub.dartlang.org"
230+
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
231+
url: "https://pub.dev"
199232
source: hosted
200-
version: "1.1.1"
233+
version: "1.2.0"
201234
term_glyph:
202235
dependency: transitive
203236
description:
204237
name: term_glyph
205-
url: "https://pub.dartlang.org"
238+
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
239+
url: "https://pub.dev"
206240
source: hosted
207241
version: "1.2.1"
208242
test_api:
209243
dependency: transitive
210244
description:
211245
name: test_api
212-
url: "https://pub.dartlang.org"
246+
sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206
247+
url: "https://pub.dev"
213248
source: hosted
214-
version: "0.4.12"
249+
version: "0.4.16"
215250
vector_math:
216251
dependency: transitive
217252
description:
218253
name: vector_math
219-
url: "https://pub.dartlang.org"
254+
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
255+
url: "https://pub.dev"
220256
source: hosted
221-
version: "2.1.2"
257+
version: "2.1.4"
222258
webview_flutter:
223259
dependency: "direct main"
224260
description:
225261
name: webview_flutter
226-
url: "https://pub.dartlang.org"
262+
sha256: "392c1d83b70fe2495de3ea2c84531268d5b8de2de3f01086a53334d8b6030a88"
263+
url: "https://pub.dev"
227264
source: hosted
228265
version: "3.0.4"
229266
webview_flutter_android:
230267
dependency: transitive
231268
description:
232269
name: webview_flutter_android
233-
url: "https://pub.dartlang.org"
270+
sha256: "8b3b2450e98876c70bfcead876d9390573b34b9418c19e28168b74f6cb252dbd"
271+
url: "https://pub.dev"
234272
source: hosted
235-
version: "2.8.9"
273+
version: "2.10.4"
236274
webview_flutter_platform_interface:
237275
dependency: transitive
238276
description:
239277
name: webview_flutter_platform_interface
240-
url: "https://pub.dartlang.org"
278+
sha256: "812165e4e34ca677bdfbfa58c01e33b27fd03ab5fa75b70832d4b7d4ca1fa8cf"
279+
url: "https://pub.dev"
241280
source: hosted
242-
version: "1.9.0"
281+
version: "1.9.5"
243282
webview_flutter_wkwebview:
244283
dependency: transitive
245284
description:
246285
name: webview_flutter_wkwebview
247-
url: "https://pub.dartlang.org"
286+
sha256: a5364369c758892aa487cbf59ea41d9edd10f9d9baf06a94e80f1bd1b4c7bbc0
287+
url: "https://pub.dev"
248288
source: hosted
249-
version: "2.8.0"
289+
version: "2.9.5"
250290
webview_windows:
251291
dependency: transitive
252292
description:
253293
name: webview_windows
254-
url: "https://pub.dartlang.org"
294+
sha256: a6d76f9f020e638c2e5417f473e2907c097d1fe3eac8bd4be7517bc3a0df6b86
295+
url: "https://pub.dev"
255296
source: hosted
256297
version: "0.2.2"
257298
sdks:
258-
dart: ">=2.17.0 <3.0.0"
299+
dart: ">=2.18.0 <4.0.0"
259300
flutter: ">=3.3.0"

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.0.7
3+
version: 0.0.8
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)