flet-webview 0.1.0__py3-none-any.whl → 0.2.0.dev44__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of flet-webview might be problematic. Click here for more details.
- flet_webview/__init__.py +7 -7
- flet_webview/types.py +71 -0
- flet_webview/webview.py +432 -413
- flet_webview-0.2.0.dev44.dist-info/METADATA +67 -0
- flet_webview-0.2.0.dev44.dist-info/RECORD +23 -0
- {flet_webview-0.1.0.dist-info → flet_webview-0.2.0.dev44.dist-info}/WHEEL +1 -1
- flet_webview-0.2.0.dev44.dist-info/licenses/LICENSE +201 -0
- flutter/flet_webview/lib/flet_webview.dart +1 -1
- flutter/flet_webview/lib/src/extension.dart +16 -0
- flutter/flet_webview/lib/src/utils/webview.dart +3 -5
- flutter/flet_webview/lib/src/webview.dart +7 -19
- flutter/flet_webview/lib/src/webview_mobile_and_mac.dart +129 -143
- flutter/flet_webview/lib/src/webview_web.dart +2 -3
- flutter/flet_webview/lib/src/webview_web_vain.dart +2 -8
- flutter/flet_webview/lib/src/webview_windows_and_linux.dart +2 -9
- flutter/flet_webview/lib/src/webview_windows_and_linux_vain.dart +1 -3
- flutter/flet_webview/pubspec.lock +175 -126
- flutter/flet_webview/pubspec.yaml +10 -5
- flet_webview-0.1.0.dist-info/METADATA +0 -42
- flet_webview-0.1.0.dist-info/RECORD +0 -21
- flutter/flet_webview/lib/src/create_control.dart +0 -20
- {flet_webview-0.1.0.dist-info → flet_webview-0.2.0.dev44.dist-info}/top_level.txt +0 -0
|
@@ -5,50 +5,50 @@ packages:
|
|
|
5
5
|
dependency: transitive
|
|
6
6
|
description:
|
|
7
7
|
name: args
|
|
8
|
-
sha256:
|
|
8
|
+
sha256: d0481093c50b1da8910eb0bb301626d4d8eb7284aa739614d2b394ee09e3ea04
|
|
9
9
|
url: "https://pub.dev"
|
|
10
10
|
source: hosted
|
|
11
|
-
version: "2.
|
|
11
|
+
version: "2.7.0"
|
|
12
12
|
async:
|
|
13
13
|
dependency: transitive
|
|
14
14
|
description:
|
|
15
15
|
name: async
|
|
16
|
-
sha256:
|
|
16
|
+
sha256: d2872f9c19731c2e5f10444b14686eb7cc85c76274bd6c16e1816bff9a3bab63
|
|
17
17
|
url: "https://pub.dev"
|
|
18
18
|
source: hosted
|
|
19
|
-
version: "2.
|
|
19
|
+
version: "2.12.0"
|
|
20
20
|
boolean_selector:
|
|
21
21
|
dependency: transitive
|
|
22
22
|
description:
|
|
23
23
|
name: boolean_selector
|
|
24
|
-
sha256: "
|
|
24
|
+
sha256: "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea"
|
|
25
25
|
url: "https://pub.dev"
|
|
26
26
|
source: hosted
|
|
27
|
-
version: "2.1.
|
|
27
|
+
version: "2.1.2"
|
|
28
28
|
characters:
|
|
29
29
|
dependency: transitive
|
|
30
30
|
description:
|
|
31
31
|
name: characters
|
|
32
|
-
sha256:
|
|
32
|
+
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
|
|
33
33
|
url: "https://pub.dev"
|
|
34
34
|
source: hosted
|
|
35
|
-
version: "1.
|
|
35
|
+
version: "1.4.0"
|
|
36
36
|
clock:
|
|
37
37
|
dependency: transitive
|
|
38
38
|
description:
|
|
39
39
|
name: clock
|
|
40
|
-
sha256:
|
|
40
|
+
sha256: fddb70d9b5277016c77a80201021d40a2247104d9f4aa7bab7157b7e3f05b84b
|
|
41
41
|
url: "https://pub.dev"
|
|
42
42
|
source: hosted
|
|
43
|
-
version: "1.1.
|
|
43
|
+
version: "1.1.2"
|
|
44
44
|
collection:
|
|
45
45
|
dependency: "direct main"
|
|
46
46
|
description:
|
|
47
47
|
name: collection
|
|
48
|
-
sha256:
|
|
48
|
+
sha256: "2f5709ae4d3d59dd8f7cd309b4e023046b57d8a6c82130785d2b0e5868084e76"
|
|
49
49
|
url: "https://pub.dev"
|
|
50
50
|
source: hosted
|
|
51
|
-
version: "1.
|
|
51
|
+
version: "1.19.1"
|
|
52
52
|
cross_file:
|
|
53
53
|
dependency: transitive
|
|
54
54
|
description:
|
|
@@ -65,6 +65,22 @@ packages:
|
|
|
65
65
|
url: "https://pub.dev"
|
|
66
66
|
source: hosted
|
|
67
67
|
version: "3.0.6"
|
|
68
|
+
device_info_plus:
|
|
69
|
+
dependency: transitive
|
|
70
|
+
description:
|
|
71
|
+
name: device_info_plus
|
|
72
|
+
sha256: "98f28b42168cc509abc92f88518882fd58061ea372d7999aecc424345c7bff6a"
|
|
73
|
+
url: "https://pub.dev"
|
|
74
|
+
source: hosted
|
|
75
|
+
version: "11.5.0"
|
|
76
|
+
device_info_plus_platform_interface:
|
|
77
|
+
dependency: transitive
|
|
78
|
+
description:
|
|
79
|
+
name: device_info_plus_platform_interface
|
|
80
|
+
sha256: e1ea89119e34903dca74b883d0dd78eb762814f97fb6c76f35e9ff74d261a18f
|
|
81
|
+
url: "https://pub.dev"
|
|
82
|
+
source: hosted
|
|
83
|
+
version: "7.0.3"
|
|
68
84
|
equatable:
|
|
69
85
|
dependency: transitive
|
|
70
86
|
description:
|
|
@@ -77,18 +93,18 @@ packages:
|
|
|
77
93
|
dependency: transitive
|
|
78
94
|
description:
|
|
79
95
|
name: fake_async
|
|
80
|
-
sha256: "
|
|
96
|
+
sha256: "6a95e56b2449df2273fd8c45a662d6947ce1ebb7aafe80e550a3f68297f3cacc"
|
|
81
97
|
url: "https://pub.dev"
|
|
82
98
|
source: hosted
|
|
83
|
-
version: "1.3.
|
|
99
|
+
version: "1.3.2"
|
|
84
100
|
ffi:
|
|
85
101
|
dependency: transitive
|
|
86
102
|
description:
|
|
87
103
|
name: ffi
|
|
88
|
-
sha256: "
|
|
104
|
+
sha256: "289279317b4b16eb2bb7e271abccd4bf84ec9bdcbe999e278a94b804f5630418"
|
|
89
105
|
url: "https://pub.dev"
|
|
90
106
|
source: hosted
|
|
91
|
-
version: "2.1.
|
|
107
|
+
version: "2.1.4"
|
|
92
108
|
file:
|
|
93
109
|
dependency: transitive
|
|
94
110
|
description:
|
|
@@ -101,26 +117,19 @@ packages:
|
|
|
101
117
|
dependency: transitive
|
|
102
118
|
description:
|
|
103
119
|
name: file_picker
|
|
104
|
-
sha256:
|
|
105
|
-
url: "https://pub.dev"
|
|
106
|
-
source: hosted
|
|
107
|
-
version: "8.1.7"
|
|
108
|
-
fl_chart:
|
|
109
|
-
dependency: transitive
|
|
110
|
-
description:
|
|
111
|
-
name: fl_chart
|
|
112
|
-
sha256: "74959b99b92b9eebeed1a4049426fd67c4abc3c5a0f4d12e2877097d6a11ae08"
|
|
120
|
+
sha256: ef9908739bdd9c476353d6adff72e88fd00c625f5b959ae23f7567bd5137db0a
|
|
113
121
|
url: "https://pub.dev"
|
|
114
122
|
source: hosted
|
|
115
|
-
version: "
|
|
123
|
+
version: "10.2.0"
|
|
116
124
|
flet:
|
|
117
125
|
dependency: "direct main"
|
|
118
126
|
description:
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
127
|
+
path: "packages/flet"
|
|
128
|
+
ref: v1
|
|
129
|
+
resolved-ref: f76d1c5dd805ec81a5a5d63300d61413a5bf27ae
|
|
130
|
+
url: "https://github.com/flet-dev/flet.git"
|
|
131
|
+
source: git
|
|
132
|
+
version: "0.70.0"
|
|
124
133
|
flutter:
|
|
125
134
|
dependency: "direct main"
|
|
126
135
|
description: flutter
|
|
@@ -151,34 +160,26 @@ packages:
|
|
|
151
160
|
dependency: transitive
|
|
152
161
|
description:
|
|
153
162
|
name: flutter_markdown
|
|
154
|
-
sha256:
|
|
163
|
+
sha256: e7bbc718adc9476aa14cfddc1ef048d2e21e4e8f18311aaac723266db9f9e7b5
|
|
155
164
|
url: "https://pub.dev"
|
|
156
165
|
source: hosted
|
|
157
|
-
version: "0.7.
|
|
166
|
+
version: "0.7.6+2"
|
|
158
167
|
flutter_plugin_android_lifecycle:
|
|
159
168
|
dependency: transitive
|
|
160
169
|
description:
|
|
161
170
|
name: flutter_plugin_android_lifecycle
|
|
162
|
-
sha256:
|
|
171
|
+
sha256: f948e346c12f8d5480d2825e03de228d0eb8c3a737e4cdaa122267b89c022b5e
|
|
163
172
|
url: "https://pub.dev"
|
|
164
173
|
source: hosted
|
|
165
|
-
version: "2.0.
|
|
166
|
-
flutter_redux:
|
|
167
|
-
dependency: transitive
|
|
168
|
-
description:
|
|
169
|
-
name: flutter_redux
|
|
170
|
-
sha256: "3b20be9e08d0038e1452fbfa1fdb1ea0a7c3738c997734530b3c6d0bb5fcdbdc"
|
|
171
|
-
url: "https://pub.dev"
|
|
172
|
-
source: hosted
|
|
173
|
-
version: "0.10.0"
|
|
174
|
+
version: "2.0.28"
|
|
174
175
|
flutter_svg:
|
|
175
176
|
dependency: transitive
|
|
176
177
|
description:
|
|
177
178
|
name: flutter_svg
|
|
178
|
-
sha256:
|
|
179
|
+
sha256: d44bf546b13025ec7353091516f6881f1d4c633993cb109c3916c3a0159dadf1
|
|
179
180
|
url: "https://pub.dev"
|
|
180
181
|
source: hosted
|
|
181
|
-
version: "2.0
|
|
182
|
+
version: "2.1.0"
|
|
182
183
|
flutter_test:
|
|
183
184
|
dependency: "direct dev"
|
|
184
185
|
description: flutter
|
|
@@ -201,18 +202,18 @@ packages:
|
|
|
201
202
|
dependency: transitive
|
|
202
203
|
description:
|
|
203
204
|
name: http
|
|
204
|
-
sha256:
|
|
205
|
+
sha256: fe7ab022b76f3034adc518fb6ea04a82387620e19977665ea18d30a1cf43442f
|
|
205
206
|
url: "https://pub.dev"
|
|
206
207
|
source: hosted
|
|
207
|
-
version: "1.
|
|
208
|
+
version: "1.3.0"
|
|
208
209
|
http_parser:
|
|
209
210
|
dependency: transitive
|
|
210
211
|
description:
|
|
211
212
|
name: http_parser
|
|
212
|
-
sha256: "
|
|
213
|
+
sha256: "178d74305e7866013777bab2c3d8726205dc5a4dd935297175b19a23a2e66571"
|
|
213
214
|
url: "https://pub.dev"
|
|
214
215
|
source: hosted
|
|
215
|
-
version: "4.
|
|
216
|
+
version: "4.1.2"
|
|
216
217
|
intl:
|
|
217
218
|
dependency: transitive
|
|
218
219
|
description:
|
|
@@ -221,14 +222,6 @@ packages:
|
|
|
221
222
|
url: "https://pub.dev"
|
|
222
223
|
source: hosted
|
|
223
224
|
version: "0.19.0"
|
|
224
|
-
js:
|
|
225
|
-
dependency: transitive
|
|
226
|
-
description:
|
|
227
|
-
name: js
|
|
228
|
-
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
|
|
229
|
-
url: "https://pub.dev"
|
|
230
|
-
source: hosted
|
|
231
|
-
version: "0.6.7"
|
|
232
225
|
json_annotation:
|
|
233
226
|
dependency: transitive
|
|
234
227
|
description:
|
|
@@ -241,18 +234,18 @@ packages:
|
|
|
241
234
|
dependency: transitive
|
|
242
235
|
description:
|
|
243
236
|
name: leak_tracker
|
|
244
|
-
sha256:
|
|
237
|
+
sha256: c35baad643ba394b40aac41080300150a4f08fd0fd6a10378f8f7c6bc161acec
|
|
245
238
|
url: "https://pub.dev"
|
|
246
239
|
source: hosted
|
|
247
|
-
version: "10.0.
|
|
240
|
+
version: "10.0.8"
|
|
248
241
|
leak_tracker_flutter_testing:
|
|
249
242
|
dependency: transitive
|
|
250
243
|
description:
|
|
251
244
|
name: leak_tracker_flutter_testing
|
|
252
|
-
sha256:
|
|
245
|
+
sha256: f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573
|
|
253
246
|
url: "https://pub.dev"
|
|
254
247
|
source: hosted
|
|
255
|
-
version: "3.0.
|
|
248
|
+
version: "3.0.9"
|
|
256
249
|
leak_tracker_testing:
|
|
257
250
|
dependency: transitive
|
|
258
251
|
description:
|
|
@@ -289,10 +282,10 @@ packages:
|
|
|
289
282
|
dependency: transitive
|
|
290
283
|
description:
|
|
291
284
|
name: matcher
|
|
292
|
-
sha256:
|
|
285
|
+
sha256: dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2
|
|
293
286
|
url: "https://pub.dev"
|
|
294
287
|
source: hosted
|
|
295
|
-
version: "0.12.
|
|
288
|
+
version: "0.12.17"
|
|
296
289
|
material_color_utilities:
|
|
297
290
|
dependency: transitive
|
|
298
291
|
description:
|
|
@@ -305,18 +298,34 @@ packages:
|
|
|
305
298
|
dependency: transitive
|
|
306
299
|
description:
|
|
307
300
|
name: meta
|
|
308
|
-
sha256:
|
|
301
|
+
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
|
|
302
|
+
url: "https://pub.dev"
|
|
303
|
+
source: hosted
|
|
304
|
+
version: "1.16.0"
|
|
305
|
+
msgpack_dart:
|
|
306
|
+
dependency: transitive
|
|
307
|
+
description:
|
|
308
|
+
name: msgpack_dart
|
|
309
|
+
sha256: c2d235ed01f364719b5296aecf43ac330f0d7bc865fa134d0d7910a40454dffb
|
|
309
310
|
url: "https://pub.dev"
|
|
310
311
|
source: hosted
|
|
311
|
-
version: "1.
|
|
312
|
+
version: "1.0.1"
|
|
313
|
+
nested:
|
|
314
|
+
dependency: transitive
|
|
315
|
+
description:
|
|
316
|
+
name: nested
|
|
317
|
+
sha256: "03bac4c528c64c95c722ec99280375a6f2fc708eec17c7b3f07253b626cd2a20"
|
|
318
|
+
url: "https://pub.dev"
|
|
319
|
+
source: hosted
|
|
320
|
+
version: "1.0.0"
|
|
312
321
|
path:
|
|
313
322
|
dependency: transitive
|
|
314
323
|
description:
|
|
315
324
|
name: path
|
|
316
|
-
sha256: "
|
|
325
|
+
sha256: "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5"
|
|
317
326
|
url: "https://pub.dev"
|
|
318
327
|
source: hosted
|
|
319
|
-
version: "1.9.
|
|
328
|
+
version: "1.9.1"
|
|
320
329
|
path_parsing:
|
|
321
330
|
dependency: transitive
|
|
322
331
|
description:
|
|
@@ -325,6 +334,30 @@ packages:
|
|
|
325
334
|
url: "https://pub.dev"
|
|
326
335
|
source: hosted
|
|
327
336
|
version: "1.1.0"
|
|
337
|
+
path_provider:
|
|
338
|
+
dependency: transitive
|
|
339
|
+
description:
|
|
340
|
+
name: path_provider
|
|
341
|
+
sha256: "50c5dd5b6e1aaf6fb3a78b33f6aa3afca52bf903a8a5298f53101fdaee55bbcd"
|
|
342
|
+
url: "https://pub.dev"
|
|
343
|
+
source: hosted
|
|
344
|
+
version: "2.1.5"
|
|
345
|
+
path_provider_android:
|
|
346
|
+
dependency: transitive
|
|
347
|
+
description:
|
|
348
|
+
name: path_provider_android
|
|
349
|
+
sha256: d0d310befe2c8ab9e7f393288ccbb11b60c019c6b5afc21973eeee4dda2b35e9
|
|
350
|
+
url: "https://pub.dev"
|
|
351
|
+
source: hosted
|
|
352
|
+
version: "2.2.17"
|
|
353
|
+
path_provider_foundation:
|
|
354
|
+
dependency: transitive
|
|
355
|
+
description:
|
|
356
|
+
name: path_provider_foundation
|
|
357
|
+
sha256: "4843174df4d288f5e29185bd6e72a6fbdf5a4a4602717eed565497429f179942"
|
|
358
|
+
url: "https://pub.dev"
|
|
359
|
+
source: hosted
|
|
360
|
+
version: "2.4.1"
|
|
328
361
|
path_provider_linux:
|
|
329
362
|
dependency: transitive
|
|
330
363
|
description:
|
|
@@ -353,10 +386,10 @@ packages:
|
|
|
353
386
|
dependency: transitive
|
|
354
387
|
description:
|
|
355
388
|
name: petitparser
|
|
356
|
-
sha256:
|
|
389
|
+
sha256: "07c8f0b1913bcde1ff0d26e57ace2f3012ccbf2b204e070290dad3bb22797646"
|
|
357
390
|
url: "https://pub.dev"
|
|
358
391
|
source: hosted
|
|
359
|
-
version: "6.0
|
|
392
|
+
version: "6.1.0"
|
|
360
393
|
platform:
|
|
361
394
|
dependency: transitive
|
|
362
395
|
description:
|
|
@@ -373,14 +406,14 @@ packages:
|
|
|
373
406
|
url: "https://pub.dev"
|
|
374
407
|
source: hosted
|
|
375
408
|
version: "2.1.8"
|
|
376
|
-
|
|
409
|
+
provider:
|
|
377
410
|
dependency: transitive
|
|
378
411
|
description:
|
|
379
|
-
name:
|
|
380
|
-
sha256: "
|
|
412
|
+
name: provider
|
|
413
|
+
sha256: "4abbd070a04e9ddc287673bf5a030c7ca8b685ff70218720abab8b092f53dd84"
|
|
381
414
|
url: "https://pub.dev"
|
|
382
415
|
source: hosted
|
|
383
|
-
version: "
|
|
416
|
+
version: "6.1.5"
|
|
384
417
|
screen_retriever:
|
|
385
418
|
dependency: transitive
|
|
386
419
|
description:
|
|
@@ -425,34 +458,34 @@ packages:
|
|
|
425
458
|
dependency: transitive
|
|
426
459
|
description:
|
|
427
460
|
name: sensors_plus
|
|
428
|
-
sha256: "
|
|
461
|
+
sha256: "905282c917c6bb731c242f928665c2ea15445aa491249dea9d98d7c79dc8fd39"
|
|
429
462
|
url: "https://pub.dev"
|
|
430
463
|
source: hosted
|
|
431
|
-
version: "
|
|
464
|
+
version: "6.1.1"
|
|
432
465
|
sensors_plus_platform_interface:
|
|
433
466
|
dependency: transitive
|
|
434
467
|
description:
|
|
435
468
|
name: sensors_plus_platform_interface
|
|
436
|
-
sha256:
|
|
469
|
+
sha256: "58815d2f5e46c0c41c40fb39375d3f127306f7742efe3b891c0b1c87e2b5cd5d"
|
|
437
470
|
url: "https://pub.dev"
|
|
438
471
|
source: hosted
|
|
439
|
-
version: "
|
|
472
|
+
version: "2.0.1"
|
|
440
473
|
shared_preferences:
|
|
441
474
|
dependency: transitive
|
|
442
475
|
description:
|
|
443
476
|
name: shared_preferences
|
|
444
|
-
sha256:
|
|
477
|
+
sha256: "846849e3e9b68f3ef4b60c60cf4b3e02e9321bc7f4d8c4692cf87ffa82fc8a3a"
|
|
445
478
|
url: "https://pub.dev"
|
|
446
479
|
source: hosted
|
|
447
|
-
version: "2.
|
|
480
|
+
version: "2.5.2"
|
|
448
481
|
shared_preferences_android:
|
|
449
482
|
dependency: transitive
|
|
450
483
|
description:
|
|
451
484
|
name: shared_preferences_android
|
|
452
|
-
sha256:
|
|
485
|
+
sha256: "20cbd561f743a342c76c151d6ddb93a9ce6005751e7aa458baad3858bfbfb6ac"
|
|
453
486
|
url: "https://pub.dev"
|
|
454
487
|
source: hosted
|
|
455
|
-
version: "2.4.
|
|
488
|
+
version: "2.4.10"
|
|
456
489
|
shared_preferences_foundation:
|
|
457
490
|
dependency: transitive
|
|
458
491
|
description:
|
|
@@ -481,10 +514,10 @@ packages:
|
|
|
481
514
|
dependency: transitive
|
|
482
515
|
description:
|
|
483
516
|
name: shared_preferences_web
|
|
484
|
-
sha256:
|
|
517
|
+
sha256: c49bd060261c9a3f0ff445892695d6212ff603ef3115edbb448509d407600019
|
|
485
518
|
url: "https://pub.dev"
|
|
486
519
|
source: hosted
|
|
487
|
-
version: "2.4.
|
|
520
|
+
version: "2.4.3"
|
|
488
521
|
shared_preferences_windows:
|
|
489
522
|
dependency: transitive
|
|
490
523
|
description:
|
|
@@ -497,55 +530,55 @@ packages:
|
|
|
497
530
|
dependency: transitive
|
|
498
531
|
description: flutter
|
|
499
532
|
source: sdk
|
|
500
|
-
version: "0.0.
|
|
533
|
+
version: "0.0.0"
|
|
501
534
|
source_span:
|
|
502
535
|
dependency: transitive
|
|
503
536
|
description:
|
|
504
537
|
name: source_span
|
|
505
|
-
sha256: "
|
|
538
|
+
sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c"
|
|
506
539
|
url: "https://pub.dev"
|
|
507
540
|
source: hosted
|
|
508
|
-
version: "1.10.
|
|
541
|
+
version: "1.10.1"
|
|
509
542
|
stack_trace:
|
|
510
543
|
dependency: transitive
|
|
511
544
|
description:
|
|
512
545
|
name: stack_trace
|
|
513
|
-
sha256: "
|
|
546
|
+
sha256: "8b27215b45d22309b5cddda1aa2b19bdfec9df0e765f2de506401c071d38d1b1"
|
|
514
547
|
url: "https://pub.dev"
|
|
515
548
|
source: hosted
|
|
516
|
-
version: "1.
|
|
549
|
+
version: "1.12.1"
|
|
517
550
|
stream_channel:
|
|
518
551
|
dependency: transitive
|
|
519
552
|
description:
|
|
520
553
|
name: stream_channel
|
|
521
|
-
sha256:
|
|
554
|
+
sha256: "969e04c80b8bcdf826f8f16579c7b14d780458bd97f56d107d3950fdbeef059d"
|
|
522
555
|
url: "https://pub.dev"
|
|
523
556
|
source: hosted
|
|
524
|
-
version: "2.1.
|
|
557
|
+
version: "2.1.4"
|
|
525
558
|
string_scanner:
|
|
526
559
|
dependency: transitive
|
|
527
560
|
description:
|
|
528
561
|
name: string_scanner
|
|
529
|
-
sha256: "
|
|
562
|
+
sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43"
|
|
530
563
|
url: "https://pub.dev"
|
|
531
564
|
source: hosted
|
|
532
|
-
version: "1.
|
|
565
|
+
version: "1.4.1"
|
|
533
566
|
term_glyph:
|
|
534
567
|
dependency: transitive
|
|
535
568
|
description:
|
|
536
569
|
name: term_glyph
|
|
537
|
-
sha256:
|
|
570
|
+
sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e"
|
|
538
571
|
url: "https://pub.dev"
|
|
539
572
|
source: hosted
|
|
540
|
-
version: "1.2.
|
|
573
|
+
version: "1.2.2"
|
|
541
574
|
test_api:
|
|
542
575
|
dependency: transitive
|
|
543
576
|
description:
|
|
544
577
|
name: test_api
|
|
545
|
-
sha256:
|
|
578
|
+
sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
|
|
546
579
|
url: "https://pub.dev"
|
|
547
580
|
source: hosted
|
|
548
|
-
version: "0.7.
|
|
581
|
+
version: "0.7.4"
|
|
549
582
|
typed_data:
|
|
550
583
|
dependency: transitive
|
|
551
584
|
description:
|
|
@@ -566,18 +599,18 @@ packages:
|
|
|
566
599
|
dependency: transitive
|
|
567
600
|
description:
|
|
568
601
|
name: url_launcher_android
|
|
569
|
-
sha256: "
|
|
602
|
+
sha256: "8582d7f6fe14d2652b4c45c9b6c14c0b678c2af2d083a11b604caeba51930d79"
|
|
570
603
|
url: "https://pub.dev"
|
|
571
604
|
source: hosted
|
|
572
|
-
version: "6.3.
|
|
605
|
+
version: "6.3.16"
|
|
573
606
|
url_launcher_ios:
|
|
574
607
|
dependency: transitive
|
|
575
608
|
description:
|
|
576
609
|
name: url_launcher_ios
|
|
577
|
-
sha256: "
|
|
610
|
+
sha256: "7f2022359d4c099eea7df3fdf739f7d3d3b9faf3166fb1dd390775176e0b76cb"
|
|
578
611
|
url: "https://pub.dev"
|
|
579
612
|
source: hosted
|
|
580
|
-
version: "6.3.
|
|
613
|
+
version: "6.3.3"
|
|
581
614
|
url_launcher_linux:
|
|
582
615
|
dependency: transitive
|
|
583
616
|
description:
|
|
@@ -606,10 +639,10 @@ packages:
|
|
|
606
639
|
dependency: transitive
|
|
607
640
|
description:
|
|
608
641
|
name: url_launcher_web
|
|
609
|
-
sha256: "
|
|
642
|
+
sha256: "4bd2b7b4dc4d4d0b94e5babfffbca8eac1a126c7f3d6ecbc1a11013faa3abba2"
|
|
610
643
|
url: "https://pub.dev"
|
|
611
644
|
source: hosted
|
|
612
|
-
version: "2.
|
|
645
|
+
version: "2.4.1"
|
|
613
646
|
url_launcher_windows:
|
|
614
647
|
dependency: transitive
|
|
615
648
|
description:
|
|
@@ -622,10 +655,10 @@ packages:
|
|
|
622
655
|
dependency: transitive
|
|
623
656
|
description:
|
|
624
657
|
name: vector_graphics
|
|
625
|
-
sha256:
|
|
658
|
+
sha256: a4f059dc26fc8295b5921376600a194c4ec7d55e72f2fe4c7d2831e103d461e6
|
|
626
659
|
url: "https://pub.dev"
|
|
627
660
|
source: hosted
|
|
628
|
-
version: "1.1.
|
|
661
|
+
version: "1.1.19"
|
|
629
662
|
vector_graphics_codec:
|
|
630
663
|
dependency: transitive
|
|
631
664
|
description:
|
|
@@ -638,10 +671,10 @@ packages:
|
|
|
638
671
|
dependency: transitive
|
|
639
672
|
description:
|
|
640
673
|
name: vector_graphics_compiler
|
|
641
|
-
sha256: "
|
|
674
|
+
sha256: "557a315b7d2a6dbb0aaaff84d857967ce6bdc96a63dc6ee2a57ce5a6ee5d3331"
|
|
642
675
|
url: "https://pub.dev"
|
|
643
676
|
source: hosted
|
|
644
|
-
version: "1.1.
|
|
677
|
+
version: "1.1.17"
|
|
645
678
|
vector_math:
|
|
646
679
|
dependency: transitive
|
|
647
680
|
description:
|
|
@@ -654,50 +687,58 @@ packages:
|
|
|
654
687
|
dependency: transitive
|
|
655
688
|
description:
|
|
656
689
|
name: vm_service
|
|
657
|
-
sha256:
|
|
690
|
+
sha256: "0968250880a6c5fe7edc067ed0a13d4bae1577fe2771dcf3010d52c4a9d3ca14"
|
|
658
691
|
url: "https://pub.dev"
|
|
659
692
|
source: hosted
|
|
660
|
-
version: "14.
|
|
693
|
+
version: "14.3.1"
|
|
661
694
|
web:
|
|
662
695
|
dependency: transitive
|
|
663
696
|
description:
|
|
664
697
|
name: web
|
|
665
|
-
sha256:
|
|
698
|
+
sha256: "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a"
|
|
666
699
|
url: "https://pub.dev"
|
|
667
700
|
source: hosted
|
|
668
|
-
version: "1.1.
|
|
701
|
+
version: "1.1.1"
|
|
702
|
+
web_socket:
|
|
703
|
+
dependency: transitive
|
|
704
|
+
description:
|
|
705
|
+
name: web_socket
|
|
706
|
+
sha256: "34d64019aa8e36bf9842ac014bb5d2f5586ca73df5e4d9bf5c936975cae6982c"
|
|
707
|
+
url: "https://pub.dev"
|
|
708
|
+
source: hosted
|
|
709
|
+
version: "1.0.1"
|
|
669
710
|
web_socket_channel:
|
|
670
711
|
dependency: transitive
|
|
671
712
|
description:
|
|
672
713
|
name: web_socket_channel
|
|
673
|
-
sha256:
|
|
714
|
+
sha256: d645757fb0f4773d602444000a8131ff5d48c9e47adfe9772652dd1a4f2d45c8
|
|
674
715
|
url: "https://pub.dev"
|
|
675
716
|
source: hosted
|
|
676
|
-
version: "
|
|
717
|
+
version: "3.0.3"
|
|
677
718
|
webview_flutter:
|
|
678
719
|
dependency: "direct main"
|
|
679
720
|
description:
|
|
680
721
|
name: webview_flutter
|
|
681
|
-
sha256:
|
|
722
|
+
sha256: c3e4fe614b1c814950ad07186007eff2f2e5dd2935eba7b9a9a1af8e5885f1ba
|
|
682
723
|
url: "https://pub.dev"
|
|
683
724
|
source: hosted
|
|
684
|
-
version: "4.
|
|
725
|
+
version: "4.13.0"
|
|
685
726
|
webview_flutter_android:
|
|
686
727
|
dependency: transitive
|
|
687
728
|
description:
|
|
688
729
|
name: webview_flutter_android
|
|
689
|
-
sha256:
|
|
730
|
+
sha256: f6e6afef6e234801da77170f7a1847ded8450778caf2fe13979d140484be3678
|
|
690
731
|
url: "https://pub.dev"
|
|
691
732
|
source: hosted
|
|
692
|
-
version: "4.
|
|
733
|
+
version: "4.7.0"
|
|
693
734
|
webview_flutter_platform_interface:
|
|
694
735
|
dependency: "direct main"
|
|
695
736
|
description:
|
|
696
737
|
name: webview_flutter_platform_interface
|
|
697
|
-
sha256:
|
|
738
|
+
sha256: f0dc2dc3a2b1e3a6abdd6801b9355ebfeb3b8f6cde6b9dc7c9235909c4a1f147
|
|
698
739
|
url: "https://pub.dev"
|
|
699
740
|
source: hosted
|
|
700
|
-
version: "2.
|
|
741
|
+
version: "2.13.1"
|
|
701
742
|
webview_flutter_web:
|
|
702
743
|
dependency: "direct main"
|
|
703
744
|
description:
|
|
@@ -710,26 +751,34 @@ packages:
|
|
|
710
751
|
dependency: transitive
|
|
711
752
|
description:
|
|
712
753
|
name: webview_flutter_wkwebview
|
|
713
|
-
sha256:
|
|
754
|
+
sha256: a3d461fe3467014e05f3ac4962e5fdde2a4bf44c561cb53e9ae5c586600fdbc3
|
|
714
755
|
url: "https://pub.dev"
|
|
715
756
|
source: hosted
|
|
716
|
-
version: "3.
|
|
757
|
+
version: "3.22.0"
|
|
717
758
|
win32:
|
|
718
759
|
dependency: transitive
|
|
719
760
|
description:
|
|
720
761
|
name: win32
|
|
721
|
-
sha256: "
|
|
762
|
+
sha256: "329edf97fdd893e0f1e3b9e88d6a0e627128cc17cc316a8d67fda8f1451178ba"
|
|
763
|
+
url: "https://pub.dev"
|
|
764
|
+
source: hosted
|
|
765
|
+
version: "5.13.0"
|
|
766
|
+
win32_registry:
|
|
767
|
+
dependency: transitive
|
|
768
|
+
description:
|
|
769
|
+
name: win32_registry
|
|
770
|
+
sha256: "6f1b564492d0147b330dd794fee8f512cec4977957f310f9951b5f9d83618dae"
|
|
722
771
|
url: "https://pub.dev"
|
|
723
772
|
source: hosted
|
|
724
|
-
version: "
|
|
773
|
+
version: "2.1.0"
|
|
725
774
|
window_manager:
|
|
726
775
|
dependency: transitive
|
|
727
776
|
description:
|
|
728
777
|
name: window_manager
|
|
729
|
-
sha256: "
|
|
778
|
+
sha256: "51d50168ab267d344b975b15390426b1243600d436770d3f13de67e55b05ec16"
|
|
730
779
|
url: "https://pub.dev"
|
|
731
780
|
source: hosted
|
|
732
|
-
version: "0.
|
|
781
|
+
version: "0.5.0"
|
|
733
782
|
window_to_front:
|
|
734
783
|
dependency: transitive
|
|
735
784
|
description:
|
|
@@ -755,5 +804,5 @@ packages:
|
|
|
755
804
|
source: hosted
|
|
756
805
|
version: "6.5.0"
|
|
757
806
|
sdks:
|
|
758
|
-
dart: ">=3.
|
|
759
|
-
flutter: ">=3.
|
|
807
|
+
dart: ">=3.7.0 <4.0.0"
|
|
808
|
+
flutter: ">=3.29.0"
|