Skip to content

Commit 977c232

Browse files
committed
flutter 3.0.0 nullsafety update
1 parent db05481 commit 977c232

9 files changed

+380
-108
lines changed

.dart_tool/package_config.json

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
{
2+
"configVersion": 2,
3+
"packages": [
4+
{
5+
"name": "async",
6+
"rootUri": "file:///Users/kamay/.pub-cache/hosted/pub.dev/async-2.10.0",
7+
"packageUri": "lib/",
8+
"languageVersion": "2.18"
9+
},
10+
{
11+
"name": "boolean_selector",
12+
"rootUri": "file:///Users/kamay/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1",
13+
"packageUri": "lib/",
14+
"languageVersion": "2.17"
15+
},
16+
{
17+
"name": "characters",
18+
"rootUri": "file:///Users/kamay/.pub-cache/hosted/pub.dev/characters-1.2.1",
19+
"packageUri": "lib/",
20+
"languageVersion": "2.12"
21+
},
22+
{
23+
"name": "clock",
24+
"rootUri": "file:///Users/kamay/.pub-cache/hosted/pub.dev/clock-1.1.1",
25+
"packageUri": "lib/",
26+
"languageVersion": "2.12"
27+
},
28+
{
29+
"name": "collection",
30+
"rootUri": "file:///Users/kamay/.pub-cache/hosted/pub.dev/collection-1.17.0",
31+
"packageUri": "lib/",
32+
"languageVersion": "2.12"
33+
},
34+
{
35+
"name": "fake_async",
36+
"rootUri": "file:///Users/kamay/.pub-cache/hosted/pub.dev/fake_async-1.3.1",
37+
"packageUri": "lib/",
38+
"languageVersion": "2.12"
39+
},
40+
{
41+
"name": "flutter",
42+
"rootUri": "file:///Users/kamay/development/flutter/packages/flutter",
43+
"packageUri": "lib/",
44+
"languageVersion": "2.17"
45+
},
46+
{
47+
"name": "flutter_test",
48+
"rootUri": "file:///Users/kamay/development/flutter/packages/flutter_test",
49+
"packageUri": "lib/",
50+
"languageVersion": "2.17"
51+
},
52+
{
53+
"name": "js",
54+
"rootUri": "file:///Users/kamay/.pub-cache/hosted/pub.dev/js-0.6.5",
55+
"packageUri": "lib/",
56+
"languageVersion": "2.16"
57+
},
58+
{
59+
"name": "matcher",
60+
"rootUri": "file:///Users/kamay/.pub-cache/hosted/pub.dev/matcher-0.12.13",
61+
"packageUri": "lib/",
62+
"languageVersion": "2.18"
63+
},
64+
{
65+
"name": "material_color_utilities",
66+
"rootUri": "file:///Users/kamay/.pub-cache/hosted/pub.dev/material_color_utilities-0.2.0",
67+
"packageUri": "lib/",
68+
"languageVersion": "2.13"
69+
},
70+
{
71+
"name": "meta",
72+
"rootUri": "file:///Users/kamay/.pub-cache/hosted/pub.dev/meta-1.8.0",
73+
"packageUri": "lib/",
74+
"languageVersion": "2.12"
75+
},
76+
{
77+
"name": "path",
78+
"rootUri": "file:///Users/kamay/.pub-cache/hosted/pub.dev/path-1.8.2",
79+
"packageUri": "lib/",
80+
"languageVersion": "2.12"
81+
},
82+
{
83+
"name": "sky_engine",
84+
"rootUri": "file:///Users/kamay/development/flutter/bin/cache/pkg/sky_engine",
85+
"packageUri": "lib/",
86+
"languageVersion": "2.12"
87+
},
88+
{
89+
"name": "source_span",
90+
"rootUri": "file:///Users/kamay/.pub-cache/hosted/pub.dev/source_span-1.9.1",
91+
"packageUri": "lib/",
92+
"languageVersion": "2.14"
93+
},
94+
{
95+
"name": "stack_trace",
96+
"rootUri": "file:///Users/kamay/.pub-cache/hosted/pub.dev/stack_trace-1.11.0",
97+
"packageUri": "lib/",
98+
"languageVersion": "2.18"
99+
},
100+
{
101+
"name": "stream_channel",
102+
"rootUri": "file:///Users/kamay/.pub-cache/hosted/pub.dev/stream_channel-2.1.1",
103+
"packageUri": "lib/",
104+
"languageVersion": "2.14"
105+
},
106+
{
107+
"name": "string_scanner",
108+
"rootUri": "file:///Users/kamay/.pub-cache/hosted/pub.dev/string_scanner-1.2.0",
109+
"packageUri": "lib/",
110+
"languageVersion": "2.18"
111+
},
112+
{
113+
"name": "term_glyph",
114+
"rootUri": "file:///Users/kamay/.pub-cache/hosted/pub.dev/term_glyph-1.2.1",
115+
"packageUri": "lib/",
116+
"languageVersion": "2.12"
117+
},
118+
{
119+
"name": "test_api",
120+
"rootUri": "file:///Users/kamay/.pub-cache/hosted/pub.dev/test_api-0.4.16",
121+
"packageUri": "lib/",
122+
"languageVersion": "2.18"
123+
},
124+
{
125+
"name": "vector_math",
126+
"rootUri": "file:///Users/kamay/.pub-cache/hosted/pub.dev/vector_math-2.1.4",
127+
"packageUri": "lib/",
128+
"languageVersion": "2.14"
129+
},
130+
{
131+
"name": "aws_s3_plugin_flutter",
132+
"rootUri": "../",
133+
"packageUri": "lib/",
134+
"languageVersion": "2.12"
135+
}
136+
],
137+
"generated": "2023-10-25T19:56:51.940511Z",
138+
"generator": "pub",
139+
"generatorVersion": "2.19.6"
140+
}

.dart_tool/package_config_subset

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
async
2+
2.18
3+
file:///Users/kamay/.pub-cache/hosted/pub.dev/async-2.10.0/
4+
file:///Users/kamay/.pub-cache/hosted/pub.dev/async-2.10.0/lib/
5+
boolean_selector
6+
2.17
7+
file:///Users/kamay/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1/
8+
file:///Users/kamay/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1/lib/
9+
characters
10+
2.12
11+
file:///Users/kamay/.pub-cache/hosted/pub.dev/characters-1.2.1/
12+
file:///Users/kamay/.pub-cache/hosted/pub.dev/characters-1.2.1/lib/
13+
clock
14+
2.12
15+
file:///Users/kamay/.pub-cache/hosted/pub.dev/clock-1.1.1/
16+
file:///Users/kamay/.pub-cache/hosted/pub.dev/clock-1.1.1/lib/
17+
collection
18+
2.12
19+
file:///Users/kamay/.pub-cache/hosted/pub.dev/collection-1.17.0/
20+
file:///Users/kamay/.pub-cache/hosted/pub.dev/collection-1.17.0/lib/
21+
fake_async
22+
2.12
23+
file:///Users/kamay/.pub-cache/hosted/pub.dev/fake_async-1.3.1/
24+
file:///Users/kamay/.pub-cache/hosted/pub.dev/fake_async-1.3.1/lib/
25+
js
26+
2.16
27+
file:///Users/kamay/.pub-cache/hosted/pub.dev/js-0.6.5/
28+
file:///Users/kamay/.pub-cache/hosted/pub.dev/js-0.6.5/lib/
29+
matcher
30+
2.18
31+
file:///Users/kamay/.pub-cache/hosted/pub.dev/matcher-0.12.13/
32+
file:///Users/kamay/.pub-cache/hosted/pub.dev/matcher-0.12.13/lib/
33+
material_color_utilities
34+
2.13
35+
file:///Users/kamay/.pub-cache/hosted/pub.dev/material_color_utilities-0.2.0/
36+
file:///Users/kamay/.pub-cache/hosted/pub.dev/material_color_utilities-0.2.0/lib/
37+
meta
38+
2.12
39+
file:///Users/kamay/.pub-cache/hosted/pub.dev/meta-1.8.0/
40+
file:///Users/kamay/.pub-cache/hosted/pub.dev/meta-1.8.0/lib/
41+
path
42+
2.12
43+
file:///Users/kamay/.pub-cache/hosted/pub.dev/path-1.8.2/
44+
file:///Users/kamay/.pub-cache/hosted/pub.dev/path-1.8.2/lib/
45+
source_span
46+
2.14
47+
file:///Users/kamay/.pub-cache/hosted/pub.dev/source_span-1.9.1/
48+
file:///Users/kamay/.pub-cache/hosted/pub.dev/source_span-1.9.1/lib/
49+
stack_trace
50+
2.18
51+
file:///Users/kamay/.pub-cache/hosted/pub.dev/stack_trace-1.11.0/
52+
file:///Users/kamay/.pub-cache/hosted/pub.dev/stack_trace-1.11.0/lib/
53+
stream_channel
54+
2.14
55+
file:///Users/kamay/.pub-cache/hosted/pub.dev/stream_channel-2.1.1/
56+
file:///Users/kamay/.pub-cache/hosted/pub.dev/stream_channel-2.1.1/lib/
57+
string_scanner
58+
2.18
59+
file:///Users/kamay/.pub-cache/hosted/pub.dev/string_scanner-1.2.0/
60+
file:///Users/kamay/.pub-cache/hosted/pub.dev/string_scanner-1.2.0/lib/
61+
term_glyph
62+
2.12
63+
file:///Users/kamay/.pub-cache/hosted/pub.dev/term_glyph-1.2.1/
64+
file:///Users/kamay/.pub-cache/hosted/pub.dev/term_glyph-1.2.1/lib/
65+
test_api
66+
2.18
67+
file:///Users/kamay/.pub-cache/hosted/pub.dev/test_api-0.4.16/
68+
file:///Users/kamay/.pub-cache/hosted/pub.dev/test_api-0.4.16/lib/
69+
vector_math
70+
2.14
71+
file:///Users/kamay/.pub-cache/hosted/pub.dev/vector_math-2.1.4/
72+
file:///Users/kamay/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/
73+
aws_s3_plugin_flutter
74+
2.12
75+
file:///Users/kamay/Desktop/flutter_packages/aws_s3_plugin_flutter/
76+
file:///Users/kamay/Desktop/flutter_packages/aws_s3_plugin_flutter/lib/
77+
sky_engine
78+
2.12
79+
file:///Users/kamay/development/flutter/bin/cache/pkg/sky_engine/
80+
file:///Users/kamay/development/flutter/bin/cache/pkg/sky_engine/lib/
81+
flutter
82+
2.17
83+
file:///Users/kamay/development/flutter/packages/flutter/
84+
file:///Users/kamay/development/flutter/packages/flutter/lib/
85+
flutter_test
86+
2.17
87+
file:///Users/kamay/development/flutter/packages/flutter_test/
88+
file:///Users/kamay/development/flutter/packages/flutter_test/lib/
89+
2

.dart_tool/version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.7.11

.fvm/flutter_sdk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/kamay/fvm/versions/3.7.11

.fvm/fvm_config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"flutterSdkVersion": "3.7.11",
3+
"flavors": {}
4+
}

0 commit comments

Comments
 (0)