Skip to content

Commit 3f51266

Browse files
committed
some change
1 parent 90f1e5a commit 3f51266

File tree

12 files changed

+473
-121
lines changed

12 files changed

+473
-121
lines changed

.dart_tool/package_config.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"configVersion": 2,
3+
"packages": [
4+
{
5+
"name": "collection",
6+
"rootUri": "file:///D:/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/collection-1.14.12",
7+
"packageUri": "lib/",
8+
"languageVersion": "2.0"
9+
},
10+
{
11+
"name": "flutter",
12+
"rootUri": "file:///D:/downloads/flutter/packages/flutter",
13+
"packageUri": "lib/",
14+
"languageVersion": "2.2"
15+
},
16+
{
17+
"name": "meta",
18+
"rootUri": "file:///D:/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/meta-1.1.8",
19+
"packageUri": "lib/",
20+
"languageVersion": "1.12"
21+
},
22+
{
23+
"name": "sky_engine",
24+
"rootUri": "file:///D:/downloads/flutter/bin/cache/pkg/sky_engine",
25+
"packageUri": "lib/",
26+
"languageVersion": "1.11"
27+
},
28+
{
29+
"name": "typed_data",
30+
"rootUri": "file:///D:/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/typed_data-1.1.6",
31+
"packageUri": "lib/",
32+
"languageVersion": "2.0"
33+
},
34+
{
35+
"name": "vector_math",
36+
"rootUri": "file:///D:/downloads/flutter/.pub-cache/hosted/pub.dartlang.org/vector_math-2.0.8",
37+
"packageUri": "lib/",
38+
"languageVersion": "2.0"
39+
},
40+
{
41+
"name": "flutter_webview_plugin",
42+
"rootUri": "../",
43+
"packageUri": "lib/",
44+
"languageVersion": "2.0"
45+
}
46+
],
47+
"generated": "2020-06-26T06:20:57.159395Z",
48+
"generator": "pub",
49+
"generatorVersion": "2.8.4"
50+
}

0 commit comments

Comments
 (0)