@ufjs/webview 0.1.3
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.
- package/CHANGELOG.md +25 -0
- package/LICENSE +21 -0
- package/README.md +98 -0
- package/components/WebViewWeb.vue +134 -0
- package/flutter/.dart_tool/flutter_build/dart_plugin_registrant.dart +132 -0
- package/flutter/.dart_tool/package_config.json +371 -0
- package/flutter/.dart_tool/package_config_subset +241 -0
- package/flutter/.dart_tool/version +1 -0
- package/flutter/.flutter-plugins +13 -0
- package/flutter/.flutter-plugins-dependencies +1 -0
- package/flutter/build/native_assets/macos/native_assets.yaml +5 -0
- package/flutter/build/test_cache/build/cache.dill.track.dill +4 -0
- package/flutter/build/unit_test_assets/AssetManifest.bin +0 -0
- package/flutter/build/unit_test_assets/AssetManifest.json +1 -0
- package/flutter/build/unit_test_assets/FontManifest.json +1 -0
- package/flutter/build/unit_test_assets/NOTICES.Z +0 -0
- package/flutter/build/unit_test_assets/shaders/ink_sparkle.frag +0 -0
- package/flutter/lib/fjs_webview.dart +472 -0
- package/flutter/pubspec.lock +468 -0
- package/flutter/pubspec.yaml +30 -0
- package/flutter/test/web_view_test.dart +369 -0
- package/index.ts +210 -0
- package/package.json +69 -0
- package/prepare.mjs +40 -0
- package/public/demo.html +79 -0
|
@@ -0,0 +1,371 @@
|
|
|
1
|
+
{
|
|
2
|
+
"configVersion": 2,
|
|
3
|
+
"packages": [
|
|
4
|
+
{
|
|
5
|
+
"name": "async",
|
|
6
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/async-2.11.0",
|
|
7
|
+
"packageUri": "lib/",
|
|
8
|
+
"languageVersion": "2.18"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"name": "boolean_selector",
|
|
12
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1",
|
|
13
|
+
"packageUri": "lib/",
|
|
14
|
+
"languageVersion": "2.17"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "cached_network_image",
|
|
18
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/cached_network_image-3.4.1",
|
|
19
|
+
"packageUri": "lib/",
|
|
20
|
+
"languageVersion": "3.0"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "cached_network_image_platform_interface",
|
|
24
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/cached_network_image_platform_interface-4.1.1",
|
|
25
|
+
"packageUri": "lib/",
|
|
26
|
+
"languageVersion": "3.0"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "cached_network_image_web",
|
|
30
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/cached_network_image_web-1.3.1",
|
|
31
|
+
"packageUri": "lib/",
|
|
32
|
+
"languageVersion": "3.0"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "characters",
|
|
36
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/characters-1.3.0",
|
|
37
|
+
"packageUri": "lib/",
|
|
38
|
+
"languageVersion": "2.12"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "clock",
|
|
42
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/clock-1.1.1",
|
|
43
|
+
"packageUri": "lib/",
|
|
44
|
+
"languageVersion": "2.12"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "collection",
|
|
48
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/collection-1.18.0",
|
|
49
|
+
"packageUri": "lib/",
|
|
50
|
+
"languageVersion": "2.18"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "crypto",
|
|
54
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/crypto-3.0.7",
|
|
55
|
+
"packageUri": "lib/",
|
|
56
|
+
"languageVersion": "3.4"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "fake_async",
|
|
60
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/fake_async-1.3.1",
|
|
61
|
+
"packageUri": "lib/",
|
|
62
|
+
"languageVersion": "2.12"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "ffi",
|
|
66
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/ffi-2.1.3",
|
|
67
|
+
"packageUri": "lib/",
|
|
68
|
+
"languageVersion": "3.3"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "file",
|
|
72
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/file-7.0.1",
|
|
73
|
+
"packageUri": "lib/",
|
|
74
|
+
"languageVersion": "3.0"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "fixnum",
|
|
78
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/fixnum-1.1.1",
|
|
79
|
+
"packageUri": "lib/",
|
|
80
|
+
"languageVersion": "3.1"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "flutter",
|
|
84
|
+
"rootUri": "file:///Users/zhe/fvm/versions/3.24.5/packages/flutter",
|
|
85
|
+
"packageUri": "lib/",
|
|
86
|
+
"languageVersion": "3.3"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "flutter_cache_manager",
|
|
90
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/flutter_cache_manager-3.4.1",
|
|
91
|
+
"packageUri": "lib/",
|
|
92
|
+
"languageVersion": "3.0"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "flutter_fjs",
|
|
96
|
+
"rootUri": "../../../flutter_fjs",
|
|
97
|
+
"packageUri": "lib/",
|
|
98
|
+
"languageVersion": "3.3"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "flutter_test",
|
|
102
|
+
"rootUri": "file:///Users/zhe/fvm/versions/3.24.5/packages/flutter_test",
|
|
103
|
+
"packageUri": "lib/",
|
|
104
|
+
"languageVersion": "3.3"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "http",
|
|
108
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/http-1.6.0",
|
|
109
|
+
"packageUri": "lib/",
|
|
110
|
+
"languageVersion": "3.4"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "http_parser",
|
|
114
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/http_parser-4.0.2",
|
|
115
|
+
"packageUri": "lib/",
|
|
116
|
+
"languageVersion": "2.12"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "leak_tracker",
|
|
120
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/leak_tracker-10.0.5",
|
|
121
|
+
"packageUri": "lib/",
|
|
122
|
+
"languageVersion": "3.2"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "leak_tracker_flutter_testing",
|
|
126
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.5",
|
|
127
|
+
"packageUri": "lib/",
|
|
128
|
+
"languageVersion": "3.2"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "leak_tracker_testing",
|
|
132
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1",
|
|
133
|
+
"packageUri": "lib/",
|
|
134
|
+
"languageVersion": "3.2"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "matcher",
|
|
138
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/matcher-0.12.16+1",
|
|
139
|
+
"packageUri": "lib/",
|
|
140
|
+
"languageVersion": "3.0"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "material_color_utilities",
|
|
144
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1",
|
|
145
|
+
"packageUri": "lib/",
|
|
146
|
+
"languageVersion": "2.17"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "meta",
|
|
150
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/meta-1.15.0",
|
|
151
|
+
"packageUri": "lib/",
|
|
152
|
+
"languageVersion": "2.12"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "octo_image",
|
|
156
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/octo_image-2.1.0",
|
|
157
|
+
"packageUri": "lib/",
|
|
158
|
+
"languageVersion": "3.0"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "path",
|
|
162
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/path-1.9.0",
|
|
163
|
+
"packageUri": "lib/",
|
|
164
|
+
"languageVersion": "3.0"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "path_provider",
|
|
168
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/path_provider-2.1.5",
|
|
169
|
+
"packageUri": "lib/",
|
|
170
|
+
"languageVersion": "3.4"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "path_provider_android",
|
|
174
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/path_provider_android-2.2.15",
|
|
175
|
+
"packageUri": "lib/",
|
|
176
|
+
"languageVersion": "3.5"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "path_provider_foundation",
|
|
180
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1",
|
|
181
|
+
"packageUri": "lib/",
|
|
182
|
+
"languageVersion": "3.3"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "path_provider_linux",
|
|
186
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1",
|
|
187
|
+
"packageUri": "lib/",
|
|
188
|
+
"languageVersion": "2.19"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "path_provider_platform_interface",
|
|
192
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2",
|
|
193
|
+
"packageUri": "lib/",
|
|
194
|
+
"languageVersion": "3.0"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "path_provider_windows",
|
|
198
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0",
|
|
199
|
+
"packageUri": "lib/",
|
|
200
|
+
"languageVersion": "3.2"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "platform",
|
|
204
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/platform-3.1.6",
|
|
205
|
+
"packageUri": "lib/",
|
|
206
|
+
"languageVersion": "3.2"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "plugin_platform_interface",
|
|
210
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8",
|
|
211
|
+
"packageUri": "lib/",
|
|
212
|
+
"languageVersion": "3.0"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "rxdart",
|
|
216
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/rxdart-0.28.0",
|
|
217
|
+
"packageUri": "lib/",
|
|
218
|
+
"languageVersion": "2.12"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "sky_engine",
|
|
222
|
+
"rootUri": "file:///Users/zhe/fvm/versions/3.24.5/bin/cache/pkg/sky_engine",
|
|
223
|
+
"packageUri": "lib/",
|
|
224
|
+
"languageVersion": "3.2"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "source_span",
|
|
228
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/source_span-1.10.0",
|
|
229
|
+
"packageUri": "lib/",
|
|
230
|
+
"languageVersion": "2.18"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"name": "sqflite",
|
|
234
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/sqflite-2.4.1",
|
|
235
|
+
"packageUri": "lib/",
|
|
236
|
+
"languageVersion": "3.5"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "sqflite_android",
|
|
240
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/sqflite_android-2.4.0",
|
|
241
|
+
"packageUri": "lib/",
|
|
242
|
+
"languageVersion": "3.5"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "sqflite_common",
|
|
246
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4+6",
|
|
247
|
+
"packageUri": "lib/",
|
|
248
|
+
"languageVersion": "3.5"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "sqflite_darwin",
|
|
252
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/sqflite_darwin-2.4.1+1",
|
|
253
|
+
"packageUri": "lib/",
|
|
254
|
+
"languageVersion": "3.5"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "sqflite_platform_interface",
|
|
258
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/sqflite_platform_interface-2.4.0",
|
|
259
|
+
"packageUri": "lib/",
|
|
260
|
+
"languageVersion": "3.5"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"name": "stack_trace",
|
|
264
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/stack_trace-1.11.1",
|
|
265
|
+
"packageUri": "lib/",
|
|
266
|
+
"languageVersion": "2.18"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "stream_channel",
|
|
270
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/stream_channel-2.1.2",
|
|
271
|
+
"packageUri": "lib/",
|
|
272
|
+
"languageVersion": "2.19"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"name": "string_scanner",
|
|
276
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/string_scanner-1.2.0",
|
|
277
|
+
"packageUri": "lib/",
|
|
278
|
+
"languageVersion": "2.18"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"name": "synchronized",
|
|
282
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/synchronized-3.3.0+3",
|
|
283
|
+
"packageUri": "lib/",
|
|
284
|
+
"languageVersion": "3.5"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"name": "term_glyph",
|
|
288
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/term_glyph-1.2.1",
|
|
289
|
+
"packageUri": "lib/",
|
|
290
|
+
"languageVersion": "2.12"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "test_api",
|
|
294
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/test_api-0.7.2",
|
|
295
|
+
"packageUri": "lib/",
|
|
296
|
+
"languageVersion": "3.2"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"name": "typed_data",
|
|
300
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/typed_data-1.4.0",
|
|
301
|
+
"packageUri": "lib/",
|
|
302
|
+
"languageVersion": "3.5"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"name": "uuid",
|
|
306
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/uuid-4.6.0",
|
|
307
|
+
"packageUri": "lib/",
|
|
308
|
+
"languageVersion": "3.0"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "vector_math",
|
|
312
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/vector_math-2.1.4",
|
|
313
|
+
"packageUri": "lib/",
|
|
314
|
+
"languageVersion": "2.14"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "vm_service",
|
|
318
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/vm_service-14.2.5",
|
|
319
|
+
"packageUri": "lib/",
|
|
320
|
+
"languageVersion": "3.3"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"name": "web",
|
|
324
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/web-1.1.1",
|
|
325
|
+
"packageUri": "lib/",
|
|
326
|
+
"languageVersion": "3.4"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"name": "webview_flutter",
|
|
330
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/webview_flutter-4.10.0",
|
|
331
|
+
"packageUri": "lib/",
|
|
332
|
+
"languageVersion": "3.5"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": "webview_flutter_android",
|
|
336
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/webview_flutter_android-4.3.2",
|
|
337
|
+
"packageUri": "lib/",
|
|
338
|
+
"languageVersion": "3.5"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"name": "webview_flutter_platform_interface",
|
|
342
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/webview_flutter_platform_interface-2.13.0",
|
|
343
|
+
"packageUri": "lib/",
|
|
344
|
+
"languageVersion": "3.4"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"name": "webview_flutter_wkwebview",
|
|
348
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/webview_flutter_wkwebview-3.22.0",
|
|
349
|
+
"packageUri": "lib/",
|
|
350
|
+
"languageVersion": "3.5"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "xdg_directories",
|
|
354
|
+
"rootUri": "file:///Users/zhe/.pub-cache/hosted/pub.dev/xdg_directories-1.1.0",
|
|
355
|
+
"packageUri": "lib/",
|
|
356
|
+
"languageVersion": "3.3"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"name": "fjs_webview",
|
|
360
|
+
"rootUri": "../",
|
|
361
|
+
"packageUri": "lib/",
|
|
362
|
+
"languageVersion": "3.5"
|
|
363
|
+
}
|
|
364
|
+
],
|
|
365
|
+
"generated": "2026-09-04T12:03:08.809557Z",
|
|
366
|
+
"generator": "pub",
|
|
367
|
+
"generatorVersion": "3.5.4",
|
|
368
|
+
"flutterRoot": "file:///Users/zhe/fvm/versions/3.24.5",
|
|
369
|
+
"flutterVersion": "3.24.5",
|
|
370
|
+
"pubCache": "file:///Users/zhe/.pub-cache"
|
|
371
|
+
}
|
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
async
|
|
2
|
+
2.18
|
|
3
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/async-2.11.0/
|
|
4
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/async-2.11.0/lib/
|
|
5
|
+
boolean_selector
|
|
6
|
+
2.17
|
|
7
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1/
|
|
8
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1/lib/
|
|
9
|
+
cached_network_image
|
|
10
|
+
3.0
|
|
11
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/cached_network_image-3.4.1/
|
|
12
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/cached_network_image-3.4.1/lib/
|
|
13
|
+
cached_network_image_platform_interface
|
|
14
|
+
3.0
|
|
15
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/cached_network_image_platform_interface-4.1.1/
|
|
16
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/cached_network_image_platform_interface-4.1.1/lib/
|
|
17
|
+
cached_network_image_web
|
|
18
|
+
3.0
|
|
19
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/cached_network_image_web-1.3.1/
|
|
20
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/cached_network_image_web-1.3.1/lib/
|
|
21
|
+
characters
|
|
22
|
+
2.12
|
|
23
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/characters-1.3.0/
|
|
24
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/characters-1.3.0/lib/
|
|
25
|
+
clock
|
|
26
|
+
2.12
|
|
27
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/clock-1.1.1/
|
|
28
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/clock-1.1.1/lib/
|
|
29
|
+
collection
|
|
30
|
+
2.18
|
|
31
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/collection-1.18.0/
|
|
32
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/
|
|
33
|
+
crypto
|
|
34
|
+
3.4
|
|
35
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/crypto-3.0.7/
|
|
36
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/crypto-3.0.7/lib/
|
|
37
|
+
fake_async
|
|
38
|
+
2.12
|
|
39
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/fake_async-1.3.1/
|
|
40
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/fake_async-1.3.1/lib/
|
|
41
|
+
ffi
|
|
42
|
+
3.3
|
|
43
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/ffi-2.1.3/
|
|
44
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/ffi-2.1.3/lib/
|
|
45
|
+
file
|
|
46
|
+
3.0
|
|
47
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/file-7.0.1/
|
|
48
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/file-7.0.1/lib/
|
|
49
|
+
fixnum
|
|
50
|
+
3.1
|
|
51
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/fixnum-1.1.1/
|
|
52
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/fixnum-1.1.1/lib/
|
|
53
|
+
flutter_cache_manager
|
|
54
|
+
3.0
|
|
55
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/flutter_cache_manager-3.4.1/
|
|
56
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/flutter_cache_manager-3.4.1/lib/
|
|
57
|
+
http
|
|
58
|
+
3.4
|
|
59
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/http-1.6.0/
|
|
60
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/http-1.6.0/lib/
|
|
61
|
+
http_parser
|
|
62
|
+
2.12
|
|
63
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/http_parser-4.0.2/
|
|
64
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/http_parser-4.0.2/lib/
|
|
65
|
+
leak_tracker
|
|
66
|
+
3.2
|
|
67
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/leak_tracker-10.0.5/
|
|
68
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/leak_tracker-10.0.5/lib/
|
|
69
|
+
leak_tracker_flutter_testing
|
|
70
|
+
3.2
|
|
71
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.5/
|
|
72
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-3.0.5/lib/
|
|
73
|
+
leak_tracker_testing
|
|
74
|
+
3.2
|
|
75
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1/
|
|
76
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/leak_tracker_testing-3.0.1/lib/
|
|
77
|
+
matcher
|
|
78
|
+
3.0
|
|
79
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/matcher-0.12.16+1/
|
|
80
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/matcher-0.12.16+1/lib/
|
|
81
|
+
material_color_utilities
|
|
82
|
+
2.17
|
|
83
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/
|
|
84
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/material_color_utilities-0.11.1/lib/
|
|
85
|
+
meta
|
|
86
|
+
2.12
|
|
87
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/meta-1.15.0/
|
|
88
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/meta-1.15.0/lib/
|
|
89
|
+
octo_image
|
|
90
|
+
3.0
|
|
91
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/octo_image-2.1.0/
|
|
92
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/octo_image-2.1.0/lib/
|
|
93
|
+
path
|
|
94
|
+
3.0
|
|
95
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/path-1.9.0/
|
|
96
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/path-1.9.0/lib/
|
|
97
|
+
path_provider
|
|
98
|
+
3.4
|
|
99
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/path_provider-2.1.5/
|
|
100
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/path_provider-2.1.5/lib/
|
|
101
|
+
path_provider_android
|
|
102
|
+
3.5
|
|
103
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/path_provider_android-2.2.15/
|
|
104
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/path_provider_android-2.2.15/lib/
|
|
105
|
+
path_provider_foundation
|
|
106
|
+
3.3
|
|
107
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/
|
|
108
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/lib/
|
|
109
|
+
path_provider_linux
|
|
110
|
+
2.19
|
|
111
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/
|
|
112
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/lib/
|
|
113
|
+
path_provider_platform_interface
|
|
114
|
+
3.0
|
|
115
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/
|
|
116
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/lib/
|
|
117
|
+
path_provider_windows
|
|
118
|
+
3.2
|
|
119
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/
|
|
120
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/lib/
|
|
121
|
+
platform
|
|
122
|
+
3.2
|
|
123
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/platform-3.1.6/
|
|
124
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/platform-3.1.6/lib/
|
|
125
|
+
plugin_platform_interface
|
|
126
|
+
3.0
|
|
127
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8/
|
|
128
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8/lib/
|
|
129
|
+
rxdart
|
|
130
|
+
2.12
|
|
131
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/rxdart-0.28.0/
|
|
132
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/rxdart-0.28.0/lib/
|
|
133
|
+
source_span
|
|
134
|
+
2.18
|
|
135
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/source_span-1.10.0/
|
|
136
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/source_span-1.10.0/lib/
|
|
137
|
+
sqflite
|
|
138
|
+
3.5
|
|
139
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/sqflite-2.4.1/
|
|
140
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/sqflite-2.4.1/lib/
|
|
141
|
+
sqflite_android
|
|
142
|
+
3.5
|
|
143
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/sqflite_android-2.4.0/
|
|
144
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/sqflite_android-2.4.0/lib/
|
|
145
|
+
sqflite_common
|
|
146
|
+
3.5
|
|
147
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4+6/
|
|
148
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4+6/lib/
|
|
149
|
+
sqflite_darwin
|
|
150
|
+
3.5
|
|
151
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/sqflite_darwin-2.4.1+1/
|
|
152
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/sqflite_darwin-2.4.1+1/lib/
|
|
153
|
+
sqflite_platform_interface
|
|
154
|
+
3.5
|
|
155
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/sqflite_platform_interface-2.4.0/
|
|
156
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/sqflite_platform_interface-2.4.0/lib/
|
|
157
|
+
stack_trace
|
|
158
|
+
2.18
|
|
159
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/stack_trace-1.11.1/
|
|
160
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/stack_trace-1.11.1/lib/
|
|
161
|
+
stream_channel
|
|
162
|
+
2.19
|
|
163
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/stream_channel-2.1.2/
|
|
164
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/stream_channel-2.1.2/lib/
|
|
165
|
+
string_scanner
|
|
166
|
+
2.18
|
|
167
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/string_scanner-1.2.0/
|
|
168
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/string_scanner-1.2.0/lib/
|
|
169
|
+
synchronized
|
|
170
|
+
3.5
|
|
171
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/synchronized-3.3.0+3/
|
|
172
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/synchronized-3.3.0+3/lib/
|
|
173
|
+
term_glyph
|
|
174
|
+
2.12
|
|
175
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/term_glyph-1.2.1/
|
|
176
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/term_glyph-1.2.1/lib/
|
|
177
|
+
test_api
|
|
178
|
+
3.2
|
|
179
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/test_api-0.7.2/
|
|
180
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/test_api-0.7.2/lib/
|
|
181
|
+
typed_data
|
|
182
|
+
3.5
|
|
183
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/typed_data-1.4.0/
|
|
184
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/typed_data-1.4.0/lib/
|
|
185
|
+
uuid
|
|
186
|
+
3.0
|
|
187
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/uuid-4.6.0/
|
|
188
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/uuid-4.6.0/lib/
|
|
189
|
+
vector_math
|
|
190
|
+
2.14
|
|
191
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/vector_math-2.1.4/
|
|
192
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/
|
|
193
|
+
vm_service
|
|
194
|
+
3.3
|
|
195
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/vm_service-14.2.5/
|
|
196
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/vm_service-14.2.5/lib/
|
|
197
|
+
web
|
|
198
|
+
3.4
|
|
199
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/web-1.1.1/
|
|
200
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/web-1.1.1/lib/
|
|
201
|
+
webview_flutter
|
|
202
|
+
3.5
|
|
203
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/webview_flutter-4.10.0/
|
|
204
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/webview_flutter-4.10.0/lib/
|
|
205
|
+
webview_flutter_android
|
|
206
|
+
3.5
|
|
207
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/webview_flutter_android-4.3.2/
|
|
208
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/webview_flutter_android-4.3.2/lib/
|
|
209
|
+
webview_flutter_platform_interface
|
|
210
|
+
3.4
|
|
211
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/webview_flutter_platform_interface-2.13.0/
|
|
212
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/webview_flutter_platform_interface-2.13.0/lib/
|
|
213
|
+
webview_flutter_wkwebview
|
|
214
|
+
3.5
|
|
215
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/webview_flutter_wkwebview-3.22.0/
|
|
216
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/webview_flutter_wkwebview-3.22.0/lib/
|
|
217
|
+
xdg_directories
|
|
218
|
+
3.3
|
|
219
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/xdg_directories-1.1.0/
|
|
220
|
+
file:///Users/zhe/.pub-cache/hosted/pub.dev/xdg_directories-1.1.0/lib/
|
|
221
|
+
sky_engine
|
|
222
|
+
3.2
|
|
223
|
+
file:///Users/zhe/fvm/versions/3.24.5/bin/cache/pkg/sky_engine/
|
|
224
|
+
file:///Users/zhe/fvm/versions/3.24.5/bin/cache/pkg/sky_engine/lib/
|
|
225
|
+
flutter
|
|
226
|
+
3.3
|
|
227
|
+
file:///Users/zhe/fvm/versions/3.24.5/packages/flutter/
|
|
228
|
+
file:///Users/zhe/fvm/versions/3.24.5/packages/flutter/lib/
|
|
229
|
+
flutter_test
|
|
230
|
+
3.3
|
|
231
|
+
file:///Users/zhe/fvm/versions/3.24.5/packages/flutter_test/
|
|
232
|
+
file:///Users/zhe/fvm/versions/3.24.5/packages/flutter_test/lib/
|
|
233
|
+
fjs_webview
|
|
234
|
+
3.5
|
|
235
|
+
file:///Volumes/zt/Documents/flutter-js/packages/fjs-webview/flutter/
|
|
236
|
+
file:///Volumes/zt/Documents/flutter-js/packages/fjs-webview/flutter/lib/
|
|
237
|
+
flutter_fjs
|
|
238
|
+
3.3
|
|
239
|
+
file:///Volumes/zt/Documents/flutter-js/packages/flutter_fjs/
|
|
240
|
+
file:///Volumes/zt/Documents/flutter-js/packages/flutter_fjs/lib/
|
|
241
|
+
2
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3.24.5
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# This is a generated file; do not edit or check into version control.
|
|
2
|
+
flutter_fjs=/Volumes/zt/Documents/flutter-js/packages/flutter_fjs/
|
|
3
|
+
path_provider=/Users/zhe/.pub-cache/hosted/pub.dev/path_provider-2.1.5/
|
|
4
|
+
path_provider_android=/Users/zhe/.pub-cache/hosted/pub.dev/path_provider_android-2.2.15/
|
|
5
|
+
path_provider_foundation=/Users/zhe/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/
|
|
6
|
+
path_provider_linux=/Users/zhe/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/
|
|
7
|
+
path_provider_windows=/Users/zhe/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/
|
|
8
|
+
sqflite=/Users/zhe/.pub-cache/hosted/pub.dev/sqflite-2.4.1/
|
|
9
|
+
sqflite_android=/Users/zhe/.pub-cache/hosted/pub.dev/sqflite_android-2.4.0/
|
|
10
|
+
sqflite_darwin=/Users/zhe/.pub-cache/hosted/pub.dev/sqflite_darwin-2.4.1+1/
|
|
11
|
+
webview_flutter=/Users/zhe/.pub-cache/hosted/pub.dev/webview_flutter-4.10.0/
|
|
12
|
+
webview_flutter_android=/Users/zhe/.pub-cache/hosted/pub.dev/webview_flutter_android-4.3.2/
|
|
13
|
+
webview_flutter_wkwebview=/Users/zhe/.pub-cache/hosted/pub.dev/webview_flutter_wkwebview-3.22.0/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_fjs","path":"/Volumes/zt/Documents/flutter-js/packages/flutter_fjs/","native_build":true,"dependencies":[]},{"name":"path_provider_foundation","path":"/Users/zhe/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"sqflite_darwin","path":"/Users/zhe/.pub-cache/hosted/pub.dev/sqflite_darwin-2.4.1+1/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"webview_flutter_wkwebview","path":"/Users/zhe/.pub-cache/hosted/pub.dev/webview_flutter_wkwebview-3.22.0/","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"android":[{"name":"flutter_fjs","path":"/Volumes/zt/Documents/flutter-js/packages/flutter_fjs/","native_build":true,"dependencies":[]},{"name":"path_provider_android","path":"/Users/zhe/.pub-cache/hosted/pub.dev/path_provider_android-2.2.15/","native_build":true,"dependencies":[]},{"name":"sqflite_android","path":"/Users/zhe/.pub-cache/hosted/pub.dev/sqflite_android-2.4.0/","native_build":true,"dependencies":[]},{"name":"webview_flutter_android","path":"/Users/zhe/.pub-cache/hosted/pub.dev/webview_flutter_android-4.3.2/","native_build":true,"dependencies":[]}],"macos":[{"name":"flutter_fjs","path":"/Volumes/zt/Documents/flutter-js/packages/flutter_fjs/","native_build":true,"dependencies":[]},{"name":"path_provider_foundation","path":"/Users/zhe/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.1/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"sqflite_darwin","path":"/Users/zhe/.pub-cache/hosted/pub.dev/sqflite_darwin-2.4.1+1/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"webview_flutter_wkwebview","path":"/Users/zhe/.pub-cache/hosted/pub.dev/webview_flutter_wkwebview-3.22.0/","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"/Users/zhe/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/","native_build":false,"dependencies":[]}],"windows":[{"name":"path_provider_windows","path":"/Users/zhe/.pub-cache/hosted/pub.dev/path_provider_windows-2.3.0/","native_build":false,"dependencies":[]}],"web":[]},"dependencyGraph":[{"name":"flutter_fjs","dependencies":[]},{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"sqflite","dependencies":["sqflite_android","sqflite_darwin"]},{"name":"sqflite_android","dependencies":[]},{"name":"sqflite_darwin","dependencies":[]},{"name":"webview_flutter","dependencies":["webview_flutter_android","webview_flutter_wkwebview"]},{"name":"webview_flutter_android","dependencies":[]},{"name":"webview_flutter_wkwebview","dependencies":[]}],"date_created":"2026-09-05 06:03:37.813162","version":"3.24.5","swift_package_manager_enabled":false}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[]
|