Committed by
GitHub
resolve name conflict in Flutter 3.7 (#315)
Showing
8 changed files
with
363 additions
and
251 deletions
@@ -2,7 +2,8 @@ import 'dart:math'; | @@ -2,7 +2,8 @@ import 'dart:math'; | ||
2 | 2 | ||
3 | import 'package:flutter/material.dart'; | 3 | import 'package:flutter/material.dart'; |
4 | import 'package:flutter/services.dart'; | 4 | import 'package:flutter/services.dart'; |
5 | -import 'package:modal_bottom_sheet/modal_bottom_sheet.dart'; | 5 | +import 'package:modal_bottom_sheet/modal_bottom_sheet.dart' |
6 | + as modal_bottom_sheet; | ||
6 | 7 | ||
7 | class AvatarBottomSheet extends StatelessWidget { | 8 | class AvatarBottomSheet extends StatelessWidget { |
8 | final Widget child; | 9 | final Widget child; |
@@ -98,7 +99,7 @@ Future<T?> showAvatarModalBottomSheet<T>({ | @@ -98,7 +99,7 @@ Future<T?> showAvatarModalBottomSheet<T>({ | ||
98 | assert(debugCheckHasMediaQuery(context)); | 99 | assert(debugCheckHasMediaQuery(context)); |
99 | assert(debugCheckHasMaterialLocalizations(context)); | 100 | assert(debugCheckHasMaterialLocalizations(context)); |
100 | final result = await Navigator.of(context, rootNavigator: useRootNavigator) | 101 | final result = await Navigator.of(context, rootNavigator: useRootNavigator) |
101 | - .push(ModalBottomSheetRoute<T>( | 102 | + .push(modal_bottom_sheet.ModalBottomSheetRoute<T>( |
102 | builder: builder, | 103 | builder: builder, |
103 | containerBuilder: (_, animation, child) => AvatarBottomSheet( | 104 | containerBuilder: (_, animation, child) => AvatarBottomSheet( |
104 | child: child, | 105 | child: child, |
@@ -5,58 +5,58 @@ packages: | @@ -5,58 +5,58 @@ packages: | ||
5 | dependency: transitive | 5 | dependency: transitive |
6 | description: | 6 | description: |
7 | name: async | 7 | name: async |
8 | - url: "https://pub.dartlang.org" | 8 | + sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0 |
9 | + url: "https://pub.dev" | ||
9 | source: hosted | 10 | source: hosted |
10 | - version: "2.8.2" | 11 | + version: "2.10.0" |
11 | boolean_selector: | 12 | boolean_selector: |
12 | dependency: transitive | 13 | dependency: transitive |
13 | description: | 14 | description: |
14 | name: boolean_selector | 15 | name: boolean_selector |
15 | - url: "https://pub.dartlang.org" | 16 | + sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" |
17 | + url: "https://pub.dev" | ||
16 | source: hosted | 18 | source: hosted |
17 | - version: "2.1.0" | 19 | + version: "2.1.1" |
18 | characters: | 20 | characters: |
19 | dependency: transitive | 21 | dependency: transitive |
20 | description: | 22 | description: |
21 | name: characters | 23 | name: characters |
22 | - url: "https://pub.dartlang.org" | 24 | + sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c |
25 | + url: "https://pub.dev" | ||
23 | source: hosted | 26 | source: hosted |
24 | - version: "1.2.0" | ||
25 | - charcode: | ||
26 | - dependency: transitive | ||
27 | - description: | ||
28 | - name: charcode | ||
29 | - url: "https://pub.dartlang.org" | ||
30 | - source: hosted | ||
31 | - version: "1.3.1" | 27 | + version: "1.2.1" |
32 | clock: | 28 | clock: |
33 | dependency: transitive | 29 | dependency: transitive |
34 | description: | 30 | description: |
35 | name: clock | 31 | name: clock |
36 | - url: "https://pub.dartlang.org" | 32 | + sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf |
33 | + url: "https://pub.dev" | ||
37 | source: hosted | 34 | source: hosted |
38 | - version: "1.1.0" | 35 | + version: "1.1.1" |
39 | collection: | 36 | collection: |
40 | dependency: transitive | 37 | dependency: transitive |
41 | description: | 38 | description: |
42 | name: collection | 39 | name: collection |
43 | - url: "https://pub.dartlang.org" | 40 | + sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0 |
41 | + url: "https://pub.dev" | ||
44 | source: hosted | 42 | source: hosted |
45 | - version: "1.16.0" | 43 | + version: "1.17.0" |
46 | cupertino_icons: | 44 | cupertino_icons: |
47 | dependency: "direct main" | 45 | dependency: "direct main" |
48 | description: | 46 | description: |
49 | name: cupertino_icons | 47 | name: cupertino_icons |
50 | - url: "https://pub.dartlang.org" | 48 | + sha256: e35129dc44c9118cee2a5603506d823bab99c68393879edb440e0090d07586be |
49 | + url: "https://pub.dev" | ||
51 | source: hosted | 50 | source: hosted |
52 | version: "1.0.5" | 51 | version: "1.0.5" |
53 | fake_async: | 52 | fake_async: |
54 | dependency: transitive | 53 | dependency: transitive |
55 | description: | 54 | description: |
56 | name: fake_async | 55 | name: fake_async |
57 | - url: "https://pub.dartlang.org" | 56 | + sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" |
57 | + url: "https://pub.dev" | ||
58 | source: hosted | 58 | source: hosted |
59 | - version: "1.3.0" | 59 | + version: "1.3.1" |
60 | flutter: | 60 | flutter: |
61 | dependency: "direct main" | 61 | dependency: "direct main" |
62 | description: flutter | 62 | description: flutter |
@@ -76,30 +76,34 @@ packages: | @@ -76,30 +76,34 @@ packages: | ||
76 | dependency: transitive | 76 | dependency: transitive |
77 | description: | 77 | description: |
78 | name: js | 78 | name: js |
79 | - url: "https://pub.dartlang.org" | 79 | + sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7" |
80 | + url: "https://pub.dev" | ||
80 | source: hosted | 81 | source: hosted |
81 | - version: "0.6.4" | 82 | + version: "0.6.5" |
82 | matcher: | 83 | matcher: |
83 | dependency: transitive | 84 | dependency: transitive |
84 | description: | 85 | description: |
85 | name: matcher | 86 | name: matcher |
86 | - url: "https://pub.dartlang.org" | 87 | + sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72" |
88 | + url: "https://pub.dev" | ||
87 | source: hosted | 89 | source: hosted |
88 | - version: "0.12.11" | 90 | + version: "0.12.13" |
89 | material_color_utilities: | 91 | material_color_utilities: |
90 | dependency: transitive | 92 | dependency: transitive |
91 | description: | 93 | description: |
92 | name: material_color_utilities | 94 | name: material_color_utilities |
93 | - url: "https://pub.dartlang.org" | 95 | + sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724 |
96 | + url: "https://pub.dev" | ||
94 | source: hosted | 97 | source: hosted |
95 | - version: "0.1.4" | 98 | + version: "0.2.0" |
96 | meta: | 99 | meta: |
97 | dependency: transitive | 100 | dependency: transitive |
98 | description: | 101 | description: |
99 | name: meta | 102 | name: meta |
100 | - url: "https://pub.dartlang.org" | 103 | + sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42" |
104 | + url: "https://pub.dev" | ||
101 | source: hosted | 105 | source: hosted |
102 | - version: "1.7.0" | 106 | + version: "1.8.0" |
103 | modal_bottom_sheet: | 107 | modal_bottom_sheet: |
104 | dependency: "direct main" | 108 | dependency: "direct main" |
105 | description: | 109 | description: |
@@ -111,16 +115,18 @@ packages: | @@ -111,16 +115,18 @@ packages: | ||
111 | dependency: transitive | 115 | dependency: transitive |
112 | description: | 116 | description: |
113 | name: path | 117 | name: path |
114 | - url: "https://pub.dartlang.org" | 118 | + sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b |
119 | + url: "https://pub.dev" | ||
115 | source: hosted | 120 | source: hosted |
116 | - version: "1.8.1" | 121 | + version: "1.8.2" |
117 | plugin_platform_interface: | 122 | plugin_platform_interface: |
118 | dependency: transitive | 123 | dependency: transitive |
119 | description: | 124 | description: |
120 | name: plugin_platform_interface | 125 | name: plugin_platform_interface |
121 | - url: "https://pub.dartlang.org" | 126 | + sha256: dbf0f707c78beedc9200146ad3cb0ab4d5da13c246336987be6940f026500d3a |
127 | + url: "https://pub.dev" | ||
122 | source: hosted | 128 | source: hosted |
123 | - version: "2.1.2" | 129 | + version: "2.1.3" |
124 | sky_engine: | 130 | sky_engine: |
125 | dependency: transitive | 131 | dependency: transitive |
126 | description: flutter | 132 | description: flutter |
@@ -130,107 +136,122 @@ packages: | @@ -130,107 +136,122 @@ packages: | ||
130 | dependency: transitive | 136 | dependency: transitive |
131 | description: | 137 | description: |
132 | name: source_span | 138 | name: source_span |
133 | - url: "https://pub.dartlang.org" | 139 | + sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250 |
140 | + url: "https://pub.dev" | ||
134 | source: hosted | 141 | source: hosted |
135 | - version: "1.8.2" | 142 | + version: "1.9.1" |
136 | stack_trace: | 143 | stack_trace: |
137 | dependency: transitive | 144 | dependency: transitive |
138 | description: | 145 | description: |
139 | name: stack_trace | 146 | name: stack_trace |
140 | - url: "https://pub.dartlang.org" | 147 | + sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5 |
148 | + url: "https://pub.dev" | ||
141 | source: hosted | 149 | source: hosted |
142 | - version: "1.10.0" | 150 | + version: "1.11.0" |
143 | stream_channel: | 151 | stream_channel: |
144 | dependency: transitive | 152 | dependency: transitive |
145 | description: | 153 | description: |
146 | name: stream_channel | 154 | name: stream_channel |
147 | - url: "https://pub.dartlang.org" | 155 | + sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8" |
156 | + url: "https://pub.dev" | ||
148 | source: hosted | 157 | source: hosted |
149 | - version: "2.1.0" | 158 | + version: "2.1.1" |
150 | string_scanner: | 159 | string_scanner: |
151 | dependency: transitive | 160 | dependency: transitive |
152 | description: | 161 | description: |
153 | name: string_scanner | 162 | name: string_scanner |
154 | - url: "https://pub.dartlang.org" | 163 | + sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" |
164 | + url: "https://pub.dev" | ||
155 | source: hosted | 165 | source: hosted |
156 | - version: "1.1.0" | 166 | + version: "1.2.0" |
157 | term_glyph: | 167 | term_glyph: |
158 | dependency: transitive | 168 | dependency: transitive |
159 | description: | 169 | description: |
160 | name: term_glyph | 170 | name: term_glyph |
161 | - url: "https://pub.dartlang.org" | 171 | + sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 |
172 | + url: "https://pub.dev" | ||
162 | source: hosted | 173 | source: hosted |
163 | - version: "1.2.0" | 174 | + version: "1.2.1" |
164 | test_api: | 175 | test_api: |
165 | dependency: transitive | 176 | dependency: transitive |
166 | description: | 177 | description: |
167 | name: test_api | 178 | name: test_api |
168 | - url: "https://pub.dartlang.org" | 179 | + sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206 |
180 | + url: "https://pub.dev" | ||
169 | source: hosted | 181 | source: hosted |
170 | - version: "0.4.9" | 182 | + version: "0.4.16" |
171 | url_launcher: | 183 | url_launcher: |
172 | dependency: "direct main" | 184 | dependency: "direct main" |
173 | description: | 185 | description: |
174 | name: url_launcher | 186 | name: url_launcher |
175 | - url: "https://pub.dartlang.org" | 187 | + sha256: "698fa0b4392effdc73e9e184403b627362eb5fbf904483ac9defbb1c2191d809" |
188 | + url: "https://pub.dev" | ||
176 | source: hosted | 189 | source: hosted |
177 | - version: "6.1.5" | 190 | + version: "6.1.8" |
178 | url_launcher_android: | 191 | url_launcher_android: |
179 | dependency: transitive | 192 | dependency: transitive |
180 | description: | 193 | description: |
181 | name: url_launcher_android | 194 | name: url_launcher_android |
182 | - url: "https://pub.dartlang.org" | 195 | + sha256: "3e2f6dfd2c7d9cd123296cab8ef66cfc2c1a13f5845f42c7a0f365690a8a7dd1" |
196 | + url: "https://pub.dev" | ||
183 | source: hosted | 197 | source: hosted |
184 | - version: "6.0.17" | 198 | + version: "6.0.23" |
185 | url_launcher_ios: | 199 | url_launcher_ios: |
186 | dependency: transitive | 200 | dependency: transitive |
187 | description: | 201 | description: |
188 | name: url_launcher_ios | 202 | name: url_launcher_ios |
189 | - url: "https://pub.dartlang.org" | 203 | + sha256: bb328b24d3bccc20bdf1024a0990ac4f869d57663660de9c936fb8c043edefe3 |
204 | + url: "https://pub.dev" | ||
190 | source: hosted | 205 | source: hosted |
191 | - version: "6.0.17" | 206 | + version: "6.0.18" |
192 | url_launcher_linux: | 207 | url_launcher_linux: |
193 | dependency: transitive | 208 | dependency: transitive |
194 | description: | 209 | description: |
195 | name: url_launcher_linux | 210 | name: url_launcher_linux |
196 | - url: "https://pub.dartlang.org" | 211 | + sha256: "318c42cba924e18180c029be69caf0a1a710191b9ec49bb42b5998fdcccee3cc" |
212 | + url: "https://pub.dev" | ||
197 | source: hosted | 213 | source: hosted |
198 | - version: "3.0.1" | 214 | + version: "3.0.2" |
199 | url_launcher_macos: | 215 | url_launcher_macos: |
200 | dependency: transitive | 216 | dependency: transitive |
201 | description: | 217 | description: |
202 | name: url_launcher_macos | 218 | name: url_launcher_macos |
203 | - url: "https://pub.dartlang.org" | 219 | + sha256: "41988b55570df53b3dd2a7fc90c76756a963de6a8c5f8e113330cb35992e2094" |
220 | + url: "https://pub.dev" | ||
204 | source: hosted | 221 | source: hosted |
205 | - version: "3.0.1" | 222 | + version: "3.0.2" |
206 | url_launcher_platform_interface: | 223 | url_launcher_platform_interface: |
207 | dependency: transitive | 224 | dependency: transitive |
208 | description: | 225 | description: |
209 | name: url_launcher_platform_interface | 226 | name: url_launcher_platform_interface |
210 | - url: "https://pub.dartlang.org" | 227 | + sha256: "4eae912628763eb48fc214522e58e942fd16ce195407dbf45638239523c759a6" |
228 | + url: "https://pub.dev" | ||
211 | source: hosted | 229 | source: hosted |
212 | - version: "2.1.0" | 230 | + version: "2.1.1" |
213 | url_launcher_web: | 231 | url_launcher_web: |
214 | dependency: transitive | 232 | dependency: transitive |
215 | description: | 233 | description: |
216 | name: url_launcher_web | 234 | name: url_launcher_web |
217 | - url: "https://pub.dartlang.org" | 235 | + sha256: "44d79408ce9f07052095ef1f9a693c258d6373dc3944249374e30eff7219ccb0" |
236 | + url: "https://pub.dev" | ||
218 | source: hosted | 237 | source: hosted |
219 | - version: "2.0.13" | 238 | + version: "2.0.14" |
220 | url_launcher_windows: | 239 | url_launcher_windows: |
221 | dependency: transitive | 240 | dependency: transitive |
222 | description: | 241 | description: |
223 | name: url_launcher_windows | 242 | name: url_launcher_windows |
224 | - url: "https://pub.dartlang.org" | 243 | + sha256: "387e227c4b979034cc52afb11d66b04ed9b288ca1f45beeef39b2ea69e714fa5" |
244 | + url: "https://pub.dev" | ||
225 | source: hosted | 245 | source: hosted |
226 | - version: "3.0.1" | 246 | + version: "3.0.2" |
227 | vector_math: | 247 | vector_math: |
228 | dependency: transitive | 248 | dependency: transitive |
229 | description: | 249 | description: |
230 | name: vector_math | 250 | name: vector_math |
231 | - url: "https://pub.dartlang.org" | 251 | + sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" |
252 | + url: "https://pub.dev" | ||
232 | source: hosted | 253 | source: hosted |
233 | - version: "2.1.2" | 254 | + version: "2.1.4" |
234 | sdks: | 255 | sdks: |
235 | - dart: ">=2.17.0 <3.0.0" | 256 | + dart: ">=2.18.0 <4.0.0" |
236 | flutter: ">=3.0.0" | 257 | flutter: ">=3.0.0" |
@@ -3,8 +3,7 @@ import 'dart:async'; | @@ -3,8 +3,7 @@ import 'dart:async'; | ||
3 | import 'package:flutter/material.dart'; | 3 | import 'package:flutter/material.dart'; |
4 | import 'package:flutter/services.dart'; | 4 | import 'package:flutter/services.dart'; |
5 | 5 | ||
6 | -import '../../modal_bottom_sheet.dart'; | ||
7 | -import '../bottom_sheet_route.dart'; | 6 | +import '../../modal_bottom_sheet.dart' as modal_bottom_sheet; |
8 | 7 | ||
9 | const Radius kDefaultBarTopRadius = Radius.circular(15); | 8 | const Radius kDefaultBarTopRadius = Radius.circular(15); |
10 | 9 | ||
@@ -99,7 +98,7 @@ Future<T?> showBarModalBottomSheet<T>({ | @@ -99,7 +98,7 @@ Future<T?> showBarModalBottomSheet<T>({ | ||
99 | assert(debugCheckHasMediaQuery(context)); | 98 | assert(debugCheckHasMediaQuery(context)); |
100 | assert(debugCheckHasMaterialLocalizations(context)); | 99 | assert(debugCheckHasMaterialLocalizations(context)); |
101 | final result = await Navigator.of(context, rootNavigator: useRootNavigator) | 100 | final result = await Navigator.of(context, rootNavigator: useRootNavigator) |
102 | - .push(ModalBottomSheetRoute<T>( | 101 | + .push(modal_bottom_sheet.ModalBottomSheetRoute<T>( |
103 | builder: builder, | 102 | builder: builder, |
104 | bounce: bounce, | 103 | bounce: bounce, |
105 | closeProgressThreshold: closeProgressThreshold, | 104 | closeProgressThreshold: closeProgressThreshold, |
1 | import 'package:flutter/material.dart'; | 1 | import 'package:flutter/material.dart'; |
2 | -import 'package:modal_bottom_sheet/modal_bottom_sheet.dart'; | 2 | +import 'package:modal_bottom_sheet/modal_bottom_sheet.dart' |
3 | + as modal_bottom_sheet; | ||
3 | import 'dart:async'; | 4 | import 'dart:async'; |
4 | 5 | ||
5 | /// Shows a modal material design bottom sheet. | 6 | /// Shows a modal material design bottom sheet. |
@@ -25,7 +26,7 @@ Future<T?> showMaterialModalBottomSheet<T>({ | @@ -25,7 +26,7 @@ Future<T?> showMaterialModalBottomSheet<T>({ | ||
25 | assert(debugCheckHasMediaQuery(context)); | 26 | assert(debugCheckHasMediaQuery(context)); |
26 | assert(debugCheckHasMaterialLocalizations(context)); | 27 | assert(debugCheckHasMaterialLocalizations(context)); |
27 | final result = await Navigator.of(context, rootNavigator: useRootNavigator) | 28 | final result = await Navigator.of(context, rootNavigator: useRootNavigator) |
28 | - .push(ModalBottomSheetRoute<T>( | 29 | + .push(modal_bottom_sheet.ModalBottomSheetRoute<T>( |
29 | builder: builder, | 30 | builder: builder, |
30 | closeProgressThreshold: closeProgressThreshold, | 31 | closeProgressThreshold: closeProgressThreshold, |
31 | containerBuilder: _materialContainerBuilder( | 32 | containerBuilder: _materialContainerBuilder( |
@@ -51,7 +52,8 @@ Future<T?> showMaterialModalBottomSheet<T>({ | @@ -51,7 +52,8 @@ Future<T?> showMaterialModalBottomSheet<T>({ | ||
51 | } | 52 | } |
52 | 53 | ||
53 | //Default container builder is the Material Appearance | 54 | //Default container builder is the Material Appearance |
54 | -WidgetWithChildBuilder _materialContainerBuilder(BuildContext context, | 55 | +modal_bottom_sheet.WidgetWithChildBuilder _materialContainerBuilder( |
56 | + BuildContext context, | ||
55 | {Color? backgroundColor, | 57 | {Color? backgroundColor, |
56 | double? elevation, | 58 | double? elevation, |
57 | ThemeData? theme, | 59 | ThemeData? theme, |
1 | import 'package:flutter/cupertino.dart'; | 1 | import 'package:flutter/cupertino.dart'; |
2 | import 'package:flutter/material.dart'; | 2 | import 'package:flutter/material.dart'; |
3 | 3 | ||
4 | -import '../modal_bottom_sheet.dart'; | ||
5 | -import 'bottom_sheet_route.dart'; | 4 | +import '../modal_bottom_sheet.dart' as modal_bottom_sheet; |
6 | 5 | ||
7 | class MaterialWithModalsPageRoute<T> extends MaterialPageRoute<T> { | 6 | class MaterialWithModalsPageRoute<T> extends MaterialPageRoute<T> { |
8 | /// Construct a MaterialPageRoute whose contents are defined by [builder]. | 7 | /// Construct a MaterialPageRoute whose contents are defined by [builder]. |
@@ -20,7 +19,7 @@ class MaterialWithModalsPageRoute<T> extends MaterialPageRoute<T> { | @@ -20,7 +19,7 @@ class MaterialWithModalsPageRoute<T> extends MaterialPageRoute<T> { | ||
20 | builder: builder, | 19 | builder: builder, |
21 | maintainState: maintainState); | 20 | maintainState: maintainState); |
22 | 21 | ||
23 | - ModalBottomSheetRoute? _nextModalRoute; | 22 | + modal_bottom_sheet.ModalBottomSheetRoute? _nextModalRoute; |
24 | 23 | ||
25 | @override | 24 | @override |
26 | bool canTransitionTo(TransitionRoute<dynamic> nextRoute) { | 25 | bool canTransitionTo(TransitionRoute<dynamic> nextRoute) { |
@@ -29,12 +28,12 @@ class MaterialWithModalsPageRoute<T> extends MaterialPageRoute<T> { | @@ -29,12 +28,12 @@ class MaterialWithModalsPageRoute<T> extends MaterialPageRoute<T> { | ||
29 | (nextRoute is CupertinoPageRoute && !nextRoute.fullscreenDialog) || | 28 | (nextRoute is CupertinoPageRoute && !nextRoute.fullscreenDialog) || |
30 | (nextRoute is MaterialWithModalsPageRoute && | 29 | (nextRoute is MaterialWithModalsPageRoute && |
31 | !nextRoute.fullscreenDialog) || | 30 | !nextRoute.fullscreenDialog) || |
32 | - (nextRoute is ModalBottomSheetRoute); | 31 | + (nextRoute is modal_bottom_sheet.ModalBottomSheetRoute); |
33 | } | 32 | } |
34 | 33 | ||
35 | @override | 34 | @override |
36 | void didChangeNext(Route? nextRoute) { | 35 | void didChangeNext(Route? nextRoute) { |
37 | - if (nextRoute is ModalBottomSheetRoute) { | 36 | + if (nextRoute is modal_bottom_sheet.ModalBottomSheetRoute) { |
38 | _nextModalRoute = nextRoute; | 37 | _nextModalRoute = nextRoute; |
39 | } | 38 | } |
40 | 39 | ||
@@ -42,11 +41,6 @@ class MaterialWithModalsPageRoute<T> extends MaterialPageRoute<T> { | @@ -42,11 +41,6 @@ class MaterialWithModalsPageRoute<T> extends MaterialPageRoute<T> { | ||
42 | } | 41 | } |
43 | 42 | ||
44 | @override | 43 | @override |
45 | - void didPopNext(Route nextRoute) { | ||
46 | - super.didPopNext(nextRoute); | ||
47 | - } | ||
48 | - | ||
49 | - @override | ||
50 | bool didPop(T? result) { | 44 | bool didPop(T? result) { |
51 | _nextModalRoute = null; | 45 | _nextModalRoute = null; |
52 | return super.didPop(result); | 46 | return super.didPop(result); |
@@ -5,51 +5,50 @@ packages: | @@ -5,51 +5,50 @@ packages: | ||
5 | dependency: transitive | 5 | dependency: transitive |
6 | description: | 6 | description: |
7 | name: async | 7 | name: async |
8 | - url: "https://pub.dartlang.org" | 8 | + sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0 |
9 | + url: "https://pub.dev" | ||
9 | source: hosted | 10 | source: hosted |
10 | - version: "2.8.2" | 11 | + version: "2.10.0" |
11 | boolean_selector: | 12 | boolean_selector: |
12 | dependency: transitive | 13 | dependency: transitive |
13 | description: | 14 | description: |
14 | name: boolean_selector | 15 | name: boolean_selector |
15 | - url: "https://pub.dartlang.org" | 16 | + sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" |
17 | + url: "https://pub.dev" | ||
16 | source: hosted | 18 | source: hosted |
17 | - version: "2.1.0" | 19 | + version: "2.1.1" |
18 | characters: | 20 | characters: |
19 | dependency: transitive | 21 | dependency: transitive |
20 | description: | 22 | description: |
21 | name: characters | 23 | name: characters |
22 | - url: "https://pub.dartlang.org" | 24 | + sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c |
25 | + url: "https://pub.dev" | ||
23 | source: hosted | 26 | source: hosted |
24 | - version: "1.2.0" | ||
25 | - charcode: | ||
26 | - dependency: transitive | ||
27 | - description: | ||
28 | - name: charcode | ||
29 | - url: "https://pub.dartlang.org" | ||
30 | - source: hosted | ||
31 | - version: "1.3.1" | 27 | + version: "1.2.1" |
32 | clock: | 28 | clock: |
33 | dependency: transitive | 29 | dependency: transitive |
34 | description: | 30 | description: |
35 | name: clock | 31 | name: clock |
36 | - url: "https://pub.dartlang.org" | 32 | + sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf |
33 | + url: "https://pub.dev" | ||
37 | source: hosted | 34 | source: hosted |
38 | - version: "1.1.0" | 35 | + version: "1.1.1" |
39 | collection: | 36 | collection: |
40 | dependency: transitive | 37 | dependency: transitive |
41 | description: | 38 | description: |
42 | name: collection | 39 | name: collection |
43 | - url: "https://pub.dartlang.org" | 40 | + sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0 |
41 | + url: "https://pub.dev" | ||
44 | source: hosted | 42 | source: hosted |
45 | - version: "1.16.0" | 43 | + version: "1.17.0" |
46 | fake_async: | 44 | fake_async: |
47 | dependency: transitive | 45 | dependency: transitive |
48 | description: | 46 | description: |
49 | name: fake_async | 47 | name: fake_async |
50 | - url: "https://pub.dartlang.org" | 48 | + sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" |
49 | + url: "https://pub.dev" | ||
51 | source: hosted | 50 | source: hosted |
52 | - version: "1.3.0" | 51 | + version: "1.3.1" |
53 | flutter: | 52 | flutter: |
54 | dependency: "direct main" | 53 | dependency: "direct main" |
55 | description: flutter | 54 | description: flutter |
@@ -60,41 +59,54 @@ packages: | @@ -60,41 +59,54 @@ packages: | ||
60 | description: flutter | 59 | description: flutter |
61 | source: sdk | 60 | source: sdk |
62 | version: "0.0.0" | 61 | version: "0.0.0" |
62 | + js: | ||
63 | + dependency: transitive | ||
64 | + description: | ||
65 | + name: js | ||
66 | + sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7" | ||
67 | + url: "https://pub.dev" | ||
68 | + source: hosted | ||
69 | + version: "0.6.5" | ||
63 | lints: | 70 | lints: |
64 | dependency: "direct dev" | 71 | dependency: "direct dev" |
65 | description: | 72 | description: |
66 | name: lints | 73 | name: lints |
67 | - url: "https://pub.dartlang.org" | 74 | + sha256: "5e4a9cd06d447758280a8ac2405101e0e2094d2a1dbdd3756aec3fe7775ba593" |
75 | + url: "https://pub.dev" | ||
68 | source: hosted | 76 | source: hosted |
69 | - version: "2.0.0" | 77 | + version: "2.0.1" |
70 | matcher: | 78 | matcher: |
71 | dependency: transitive | 79 | dependency: transitive |
72 | description: | 80 | description: |
73 | name: matcher | 81 | name: matcher |
74 | - url: "https://pub.dartlang.org" | 82 | + sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72" |
83 | + url: "https://pub.dev" | ||
75 | source: hosted | 84 | source: hosted |
76 | - version: "0.12.11" | 85 | + version: "0.12.13" |
77 | material_color_utilities: | 86 | material_color_utilities: |
78 | dependency: transitive | 87 | dependency: transitive |
79 | description: | 88 | description: |
80 | name: material_color_utilities | 89 | name: material_color_utilities |
81 | - url: "https://pub.dartlang.org" | 90 | + sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724 |
91 | + url: "https://pub.dev" | ||
82 | source: hosted | 92 | source: hosted |
83 | - version: "0.1.4" | 93 | + version: "0.2.0" |
84 | meta: | 94 | meta: |
85 | dependency: transitive | 95 | dependency: transitive |
86 | description: | 96 | description: |
87 | name: meta | 97 | name: meta |
88 | - url: "https://pub.dartlang.org" | 98 | + sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42" |
99 | + url: "https://pub.dev" | ||
89 | source: hosted | 100 | source: hosted |
90 | - version: "1.7.0" | 101 | + version: "1.8.0" |
91 | path: | 102 | path: |
92 | dependency: transitive | 103 | dependency: transitive |
93 | description: | 104 | description: |
94 | name: path | 105 | name: path |
95 | - url: "https://pub.dartlang.org" | 106 | + sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b |
107 | + url: "https://pub.dev" | ||
96 | source: hosted | 108 | source: hosted |
97 | - version: "1.8.1" | 109 | + version: "1.8.2" |
98 | sky_engine: | 110 | sky_engine: |
99 | dependency: transitive | 111 | dependency: transitive |
100 | description: flutter | 112 | description: flutter |
@@ -104,51 +116,58 @@ packages: | @@ -104,51 +116,58 @@ packages: | ||
104 | dependency: transitive | 116 | dependency: transitive |
105 | description: | 117 | description: |
106 | name: source_span | 118 | name: source_span |
107 | - url: "https://pub.dartlang.org" | 119 | + sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250 |
120 | + url: "https://pub.dev" | ||
108 | source: hosted | 121 | source: hosted |
109 | - version: "1.8.2" | 122 | + version: "1.9.1" |
110 | stack_trace: | 123 | stack_trace: |
111 | dependency: transitive | 124 | dependency: transitive |
112 | description: | 125 | description: |
113 | name: stack_trace | 126 | name: stack_trace |
114 | - url: "https://pub.dartlang.org" | 127 | + sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5 |
128 | + url: "https://pub.dev" | ||
115 | source: hosted | 129 | source: hosted |
116 | - version: "1.10.0" | 130 | + version: "1.11.0" |
117 | stream_channel: | 131 | stream_channel: |
118 | dependency: transitive | 132 | dependency: transitive |
119 | description: | 133 | description: |
120 | name: stream_channel | 134 | name: stream_channel |
121 | - url: "https://pub.dartlang.org" | 135 | + sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8" |
136 | + url: "https://pub.dev" | ||
122 | source: hosted | 137 | source: hosted |
123 | - version: "2.1.0" | 138 | + version: "2.1.1" |
124 | string_scanner: | 139 | string_scanner: |
125 | dependency: transitive | 140 | dependency: transitive |
126 | description: | 141 | description: |
127 | name: string_scanner | 142 | name: string_scanner |
128 | - url: "https://pub.dartlang.org" | 143 | + sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" |
144 | + url: "https://pub.dev" | ||
129 | source: hosted | 145 | source: hosted |
130 | - version: "1.1.0" | 146 | + version: "1.2.0" |
131 | term_glyph: | 147 | term_glyph: |
132 | dependency: transitive | 148 | dependency: transitive |
133 | description: | 149 | description: |
134 | name: term_glyph | 150 | name: term_glyph |
135 | - url: "https://pub.dartlang.org" | 151 | + sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 |
152 | + url: "https://pub.dev" | ||
136 | source: hosted | 153 | source: hosted |
137 | - version: "1.2.0" | 154 | + version: "1.2.1" |
138 | test_api: | 155 | test_api: |
139 | dependency: transitive | 156 | dependency: transitive |
140 | description: | 157 | description: |
141 | name: test_api | 158 | name: test_api |
142 | - url: "https://pub.dartlang.org" | 159 | + sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206 |
160 | + url: "https://pub.dev" | ||
143 | source: hosted | 161 | source: hosted |
144 | - version: "0.4.9" | 162 | + version: "0.4.16" |
145 | vector_math: | 163 | vector_math: |
146 | dependency: transitive | 164 | dependency: transitive |
147 | description: | 165 | description: |
148 | name: vector_math | 166 | name: vector_math |
149 | - url: "https://pub.dartlang.org" | 167 | + sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" |
168 | + url: "https://pub.dev" | ||
150 | source: hosted | 169 | source: hosted |
151 | - version: "2.1.2" | 170 | + version: "2.1.4" |
152 | sdks: | 171 | sdks: |
153 | - dart: ">=2.17.0 <3.0.0" | 172 | + dart: ">=2.18.0 <4.0.0" |
154 | flutter: ">=3.0.0" | 173 | flutter: ">=3.0.0" |
@@ -5,56 +5,64 @@ packages: | @@ -5,56 +5,64 @@ packages: | ||
5 | dependency: transitive | 5 | dependency: transitive |
6 | description: | 6 | description: |
7 | name: async | 7 | name: async |
8 | - url: "https://pub.dartlang.org" | 8 | + sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0 |
9 | + url: "https://pub.dev" | ||
9 | source: hosted | 10 | source: hosted |
10 | - version: "2.9.0" | 11 | + version: "2.10.0" |
11 | boolean_selector: | 12 | boolean_selector: |
12 | dependency: transitive | 13 | dependency: transitive |
13 | description: | 14 | description: |
14 | name: boolean_selector | 15 | name: boolean_selector |
15 | - url: "https://pub.dartlang.org" | 16 | + sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" |
17 | + url: "https://pub.dev" | ||
16 | source: hosted | 18 | source: hosted |
17 | - version: "2.1.0" | 19 | + version: "2.1.1" |
18 | characters: | 20 | characters: |
19 | dependency: transitive | 21 | dependency: transitive |
20 | description: | 22 | description: |
21 | name: characters | 23 | name: characters |
22 | - url: "https://pub.dartlang.org" | 24 | + sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c |
25 | + url: "https://pub.dev" | ||
23 | source: hosted | 26 | source: hosted |
24 | version: "1.2.1" | 27 | version: "1.2.1" |
25 | clock: | 28 | clock: |
26 | dependency: transitive | 29 | dependency: transitive |
27 | description: | 30 | description: |
28 | name: clock | 31 | name: clock |
29 | - url: "https://pub.dartlang.org" | 32 | + sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf |
33 | + url: "https://pub.dev" | ||
30 | source: hosted | 34 | source: hosted |
31 | version: "1.1.1" | 35 | version: "1.1.1" |
32 | collection: | 36 | collection: |
33 | dependency: transitive | 37 | dependency: transitive |
34 | description: | 38 | description: |
35 | name: collection | 39 | name: collection |
36 | - url: "https://pub.dartlang.org" | 40 | + sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0 |
41 | + url: "https://pub.dev" | ||
37 | source: hosted | 42 | source: hosted |
38 | - version: "1.16.0" | 43 | + version: "1.17.0" |
39 | cupertino_icons: | 44 | cupertino_icons: |
40 | dependency: "direct main" | 45 | dependency: "direct main" |
41 | description: | 46 | description: |
42 | name: cupertino_icons | 47 | name: cupertino_icons |
43 | - url: "https://pub.dartlang.org" | 48 | + sha256: e35129dc44c9118cee2a5603506d823bab99c68393879edb440e0090d07586be |
49 | + url: "https://pub.dev" | ||
44 | source: hosted | 50 | source: hosted |
45 | version: "1.0.5" | 51 | version: "1.0.5" |
46 | equatable: | 52 | equatable: |
47 | dependency: "direct main" | 53 | dependency: "direct main" |
48 | description: | 54 | description: |
49 | name: equatable | 55 | name: equatable |
50 | - url: "https://pub.dartlang.org" | 56 | + sha256: c2b87cb7756efdf69892005af546c56c0b5037f54d2a88269b4f347a505e3ca2 |
57 | + url: "https://pub.dev" | ||
51 | source: hosted | 58 | source: hosted |
52 | version: "2.0.5" | 59 | version: "2.0.5" |
53 | fake_async: | 60 | fake_async: |
54 | dependency: transitive | 61 | dependency: transitive |
55 | description: | 62 | description: |
56 | name: fake_async | 63 | name: fake_async |
57 | - url: "https://pub.dartlang.org" | 64 | + sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" |
65 | + url: "https://pub.dev" | ||
58 | source: hosted | 66 | source: hosted |
59 | version: "1.3.1" | 67 | version: "1.3.1" |
60 | flutter: | 68 | flutter: |
@@ -76,65 +84,74 @@ packages: | @@ -76,65 +84,74 @@ packages: | ||
76 | dependency: "direct main" | 84 | dependency: "direct main" |
77 | description: | 85 | description: |
78 | name: go_router | 86 | name: go_router |
79 | - url: "https://pub.dartlang.org" | 87 | + sha256: aec1999abe8b2f131eda46d4c9629048fb1befed2b65e90b73f9193a300ce489 |
88 | + url: "https://pub.dev" | ||
80 | source: hosted | 89 | source: hosted |
81 | - version: "4.3.0" | 90 | + version: "4.5.1" |
82 | js: | 91 | js: |
83 | dependency: transitive | 92 | dependency: transitive |
84 | description: | 93 | description: |
85 | name: js | 94 | name: js |
86 | - url: "https://pub.dartlang.org" | 95 | + sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7" |
96 | + url: "https://pub.dev" | ||
87 | source: hosted | 97 | source: hosted |
88 | - version: "0.6.4" | 98 | + version: "0.6.5" |
89 | logging: | 99 | logging: |
90 | dependency: transitive | 100 | dependency: transitive |
91 | description: | 101 | description: |
92 | name: logging | 102 | name: logging |
93 | - url: "https://pub.dartlang.org" | 103 | + sha256: c0bbfe94d46aedf9b8b3e695cf3bd48c8e14b35e3b2c639e0aa7755d589ba946 |
104 | + url: "https://pub.dev" | ||
94 | source: hosted | 105 | source: hosted |
95 | - version: "1.0.2" | 106 | + version: "1.1.0" |
96 | matcher: | 107 | matcher: |
97 | dependency: transitive | 108 | dependency: transitive |
98 | description: | 109 | description: |
99 | name: matcher | 110 | name: matcher |
100 | - url: "https://pub.dartlang.org" | 111 | + sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72" |
112 | + url: "https://pub.dev" | ||
101 | source: hosted | 113 | source: hosted |
102 | - version: "0.12.12" | 114 | + version: "0.12.13" |
103 | material_color_utilities: | 115 | material_color_utilities: |
104 | dependency: transitive | 116 | dependency: transitive |
105 | description: | 117 | description: |
106 | name: material_color_utilities | 118 | name: material_color_utilities |
107 | - url: "https://pub.dartlang.org" | 119 | + sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724 |
120 | + url: "https://pub.dev" | ||
108 | source: hosted | 121 | source: hosted |
109 | - version: "0.1.5" | 122 | + version: "0.2.0" |
110 | meta: | 123 | meta: |
111 | dependency: transitive | 124 | dependency: transitive |
112 | description: | 125 | description: |
113 | name: meta | 126 | name: meta |
114 | - url: "https://pub.dartlang.org" | 127 | + sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42" |
128 | + url: "https://pub.dev" | ||
115 | source: hosted | 129 | source: hosted |
116 | version: "1.8.0" | 130 | version: "1.8.0" |
117 | nested: | 131 | nested: |
118 | dependency: transitive | 132 | dependency: transitive |
119 | description: | 133 | description: |
120 | name: nested | 134 | name: nested |
121 | - url: "https://pub.dartlang.org" | 135 | + sha256: "03bac4c528c64c95c722ec99280375a6f2fc708eec17c7b3f07253b626cd2a20" |
136 | + url: "https://pub.dev" | ||
122 | source: hosted | 137 | source: hosted |
123 | version: "1.0.0" | 138 | version: "1.0.0" |
124 | path: | 139 | path: |
125 | dependency: transitive | 140 | dependency: transitive |
126 | description: | 141 | description: |
127 | name: path | 142 | name: path |
128 | - url: "https://pub.dartlang.org" | 143 | + sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b |
144 | + url: "https://pub.dev" | ||
129 | source: hosted | 145 | source: hosted |
130 | version: "1.8.2" | 146 | version: "1.8.2" |
131 | provider: | 147 | provider: |
132 | dependency: "direct main" | 148 | dependency: "direct main" |
133 | description: | 149 | description: |
134 | name: provider | 150 | name: provider |
135 | - url: "https://pub.dartlang.org" | 151 | + sha256: cdbe7530b12ecd9eb455bdaa2fcb8d4dad22e80b8afb4798b41479d5ce26847f |
152 | + url: "https://pub.dev" | ||
136 | source: hosted | 153 | source: hosted |
137 | - version: "6.0.3" | 154 | + version: "6.0.5" |
138 | sheet: | 155 | sheet: |
139 | dependency: "direct main" | 156 | dependency: "direct main" |
140 | description: | 157 | description: |
@@ -151,51 +168,58 @@ packages: | @@ -151,51 +168,58 @@ packages: | ||
151 | dependency: transitive | 168 | dependency: transitive |
152 | description: | 169 | description: |
153 | name: source_span | 170 | name: source_span |
154 | - url: "https://pub.dartlang.org" | 171 | + sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250 |
172 | + url: "https://pub.dev" | ||
155 | source: hosted | 173 | source: hosted |
156 | - version: "1.9.0" | 174 | + version: "1.9.1" |
157 | stack_trace: | 175 | stack_trace: |
158 | dependency: transitive | 176 | dependency: transitive |
159 | description: | 177 | description: |
160 | name: stack_trace | 178 | name: stack_trace |
161 | - url: "https://pub.dartlang.org" | 179 | + sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5 |
180 | + url: "https://pub.dev" | ||
162 | source: hosted | 181 | source: hosted |
163 | - version: "1.10.0" | 182 | + version: "1.11.0" |
164 | stream_channel: | 183 | stream_channel: |
165 | dependency: transitive | 184 | dependency: transitive |
166 | description: | 185 | description: |
167 | name: stream_channel | 186 | name: stream_channel |
168 | - url: "https://pub.dartlang.org" | 187 | + sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8" |
188 | + url: "https://pub.dev" | ||
169 | source: hosted | 189 | source: hosted |
170 | - version: "2.1.0" | 190 | + version: "2.1.1" |
171 | string_scanner: | 191 | string_scanner: |
172 | dependency: transitive | 192 | dependency: transitive |
173 | description: | 193 | description: |
174 | name: string_scanner | 194 | name: string_scanner |
175 | - url: "https://pub.dartlang.org" | 195 | + sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" |
196 | + url: "https://pub.dev" | ||
176 | source: hosted | 197 | source: hosted |
177 | - version: "1.1.1" | 198 | + version: "1.2.0" |
178 | term_glyph: | 199 | term_glyph: |
179 | dependency: transitive | 200 | dependency: transitive |
180 | description: | 201 | description: |
181 | name: term_glyph | 202 | name: term_glyph |
182 | - url: "https://pub.dartlang.org" | 203 | + sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 |
204 | + url: "https://pub.dev" | ||
183 | source: hosted | 205 | source: hosted |
184 | version: "1.2.1" | 206 | version: "1.2.1" |
185 | test_api: | 207 | test_api: |
186 | dependency: transitive | 208 | dependency: transitive |
187 | description: | 209 | description: |
188 | name: test_api | 210 | name: test_api |
189 | - url: "https://pub.dartlang.org" | 211 | + sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206 |
212 | + url: "https://pub.dev" | ||
190 | source: hosted | 213 | source: hosted |
191 | - version: "0.4.12" | 214 | + version: "0.4.16" |
192 | vector_math: | 215 | vector_math: |
193 | dependency: transitive | 216 | dependency: transitive |
194 | description: | 217 | description: |
195 | name: vector_math | 218 | name: vector_math |
196 | - url: "https://pub.dartlang.org" | 219 | + sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" |
220 | + url: "https://pub.dev" | ||
197 | source: hosted | 221 | source: hosted |
198 | - version: "2.1.2" | 222 | + version: "2.1.4" |
199 | sdks: | 223 | sdks: |
200 | - dart: ">=2.17.0 <3.0.0" | 224 | + dart: ">=2.18.0 <4.0.0" |
201 | flutter: ">=3.3.0" | 225 | flutter: ">=3.3.0" |
@@ -5,91 +5,104 @@ packages: | @@ -5,91 +5,104 @@ packages: | ||
5 | dependency: transitive | 5 | dependency: transitive |
6 | description: | 6 | description: |
7 | name: _fe_analyzer_shared | 7 | name: _fe_analyzer_shared |
8 | - url: "https://pub.dartlang.org" | 8 | + sha256: "0c80aeab9bc807ab10022cd3b2f4cf2ecdf231949dc1ddd9442406a003f19201" |
9 | + url: "https://pub.dev" | ||
9 | source: hosted | 10 | source: hosted |
10 | - version: "47.0.0" | 11 | + version: "52.0.0" |
11 | analyzer: | 12 | analyzer: |
12 | dependency: transitive | 13 | dependency: transitive |
13 | description: | 14 | description: |
14 | name: analyzer | 15 | name: analyzer |
15 | - url: "https://pub.dartlang.org" | 16 | + sha256: cd8ee83568a77f3ae6b913a36093a1c9b1264e7cb7f834d9ddd2311dade9c1f4 |
17 | + url: "https://pub.dev" | ||
16 | source: hosted | 18 | source: hosted |
17 | - version: "4.7.0" | 19 | + version: "5.4.0" |
18 | args: | 20 | args: |
19 | dependency: transitive | 21 | dependency: transitive |
20 | description: | 22 | description: |
21 | name: args | 23 | name: args |
22 | - url: "https://pub.dartlang.org" | 24 | + sha256: "139d809800a412ebb26a3892da228b2d0ba36f0ef5d9a82166e5e52ec8d61611" |
25 | + url: "https://pub.dev" | ||
23 | source: hosted | 26 | source: hosted |
24 | - version: "2.3.1" | 27 | + version: "2.3.2" |
25 | async: | 28 | async: |
26 | dependency: transitive | 29 | dependency: transitive |
27 | description: | 30 | description: |
28 | name: async | 31 | name: async |
29 | - url: "https://pub.dartlang.org" | 32 | + sha256: bfe67ef28df125b7dddcea62755991f807aa39a2492a23e1550161692950bbe0 |
33 | + url: "https://pub.dev" | ||
30 | source: hosted | 34 | source: hosted |
31 | - version: "2.9.0" | 35 | + version: "2.10.0" |
32 | boolean_selector: | 36 | boolean_selector: |
33 | dependency: transitive | 37 | dependency: transitive |
34 | description: | 38 | description: |
35 | name: boolean_selector | 39 | name: boolean_selector |
36 | - url: "https://pub.dartlang.org" | 40 | + sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" |
41 | + url: "https://pub.dev" | ||
37 | source: hosted | 42 | source: hosted |
38 | - version: "2.1.0" | 43 | + version: "2.1.1" |
39 | characters: | 44 | characters: |
40 | dependency: transitive | 45 | dependency: transitive |
41 | description: | 46 | description: |
42 | name: characters | 47 | name: characters |
43 | - url: "https://pub.dartlang.org" | 48 | + sha256: e6a326c8af69605aec75ed6c187d06b349707a27fbff8222ca9cc2cff167975c |
49 | + url: "https://pub.dev" | ||
44 | source: hosted | 50 | source: hosted |
45 | version: "1.2.1" | 51 | version: "1.2.1" |
46 | clock: | 52 | clock: |
47 | dependency: transitive | 53 | dependency: transitive |
48 | description: | 54 | description: |
49 | name: clock | 55 | name: clock |
50 | - url: "https://pub.dartlang.org" | 56 | + sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf |
57 | + url: "https://pub.dev" | ||
51 | source: hosted | 58 | source: hosted |
52 | version: "1.1.1" | 59 | version: "1.1.1" |
53 | collection: | 60 | collection: |
54 | dependency: transitive | 61 | dependency: transitive |
55 | description: | 62 | description: |
56 | name: collection | 63 | name: collection |
57 | - url: "https://pub.dartlang.org" | 64 | + sha256: cfc915e6923fe5ce6e153b0723c753045de46de1b4d63771530504004a45fae0 |
65 | + url: "https://pub.dev" | ||
58 | source: hosted | 66 | source: hosted |
59 | - version: "1.16.0" | 67 | + version: "1.17.0" |
60 | convert: | 68 | convert: |
61 | dependency: transitive | 69 | dependency: transitive |
62 | description: | 70 | description: |
63 | name: convert | 71 | name: convert |
64 | - url: "https://pub.dartlang.org" | 72 | + sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592" |
73 | + url: "https://pub.dev" | ||
65 | source: hosted | 74 | source: hosted |
66 | - version: "3.0.2" | 75 | + version: "3.1.1" |
67 | coverage: | 76 | coverage: |
68 | dependency: transitive | 77 | dependency: transitive |
69 | description: | 78 | description: |
70 | name: coverage | 79 | name: coverage |
71 | - url: "https://pub.dartlang.org" | 80 | + sha256: "961c4aebd27917269b1896382c7cb1b1ba81629ba669ba09c27a7e5710ec9040" |
81 | + url: "https://pub.dev" | ||
72 | source: hosted | 82 | source: hosted |
73 | - version: "1.5.0" | 83 | + version: "1.6.2" |
74 | crypto: | 84 | crypto: |
75 | dependency: transitive | 85 | dependency: transitive |
76 | description: | 86 | description: |
77 | name: crypto | 87 | name: crypto |
78 | - url: "https://pub.dartlang.org" | 88 | + sha256: aa274aa7774f8964e4f4f38cc994db7b6158dd36e9187aaceaddc994b35c6c67 |
89 | + url: "https://pub.dev" | ||
79 | source: hosted | 90 | source: hosted |
80 | version: "3.0.2" | 91 | version: "3.0.2" |
81 | fake_async: | 92 | fake_async: |
82 | dependency: transitive | 93 | dependency: transitive |
83 | description: | 94 | description: |
84 | name: fake_async | 95 | name: fake_async |
85 | - url: "https://pub.dartlang.org" | 96 | + sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" |
97 | + url: "https://pub.dev" | ||
86 | source: hosted | 98 | source: hosted |
87 | version: "1.3.1" | 99 | version: "1.3.1" |
88 | file: | 100 | file: |
89 | dependency: transitive | 101 | dependency: transitive |
90 | description: | 102 | description: |
91 | name: file | 103 | name: file |
92 | - url: "https://pub.dartlang.org" | 104 | + sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d" |
105 | + url: "https://pub.dev" | ||
93 | source: hosted | 106 | source: hosted |
94 | version: "6.1.4" | 107 | version: "6.1.4" |
95 | flutter: | 108 | flutter: |
@@ -106,156 +119,178 @@ packages: | @@ -106,156 +119,178 @@ packages: | ||
106 | dependency: transitive | 119 | dependency: transitive |
107 | description: | 120 | description: |
108 | name: frontend_server_client | 121 | name: frontend_server_client |
109 | - url: "https://pub.dartlang.org" | 122 | + sha256: "408e3ca148b31c20282ad6f37ebfa6f4bdc8fede5b74bc2f08d9d92b55db3612" |
123 | + url: "https://pub.dev" | ||
110 | source: hosted | 124 | source: hosted |
111 | - version: "2.1.3" | 125 | + version: "3.2.0" |
112 | glob: | 126 | glob: |
113 | dependency: transitive | 127 | dependency: transitive |
114 | description: | 128 | description: |
115 | name: glob | 129 | name: glob |
116 | - url: "https://pub.dartlang.org" | 130 | + sha256: "4515b5b6ddb505ebdd242a5f2cc5d22d3d6a80013789debfbda7777f47ea308c" |
131 | + url: "https://pub.dev" | ||
117 | source: hosted | 132 | source: hosted |
118 | - version: "2.1.0" | 133 | + version: "2.1.1" |
119 | http_multi_server: | 134 | http_multi_server: |
120 | dependency: transitive | 135 | dependency: transitive |
121 | description: | 136 | description: |
122 | name: http_multi_server | 137 | name: http_multi_server |
123 | - url: "https://pub.dartlang.org" | 138 | + sha256: "97486f20f9c2f7be8f514851703d0119c3596d14ea63227af6f7a481ef2b2f8b" |
139 | + url: "https://pub.dev" | ||
124 | source: hosted | 140 | source: hosted |
125 | version: "3.2.1" | 141 | version: "3.2.1" |
126 | http_parser: | 142 | http_parser: |
127 | dependency: transitive | 143 | dependency: transitive |
128 | description: | 144 | description: |
129 | name: http_parser | 145 | name: http_parser |
130 | - url: "https://pub.dartlang.org" | 146 | + sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b" |
147 | + url: "https://pub.dev" | ||
131 | source: hosted | 148 | source: hosted |
132 | - version: "4.0.1" | 149 | + version: "4.0.2" |
133 | io: | 150 | io: |
134 | dependency: transitive | 151 | dependency: transitive |
135 | description: | 152 | description: |
136 | name: io | 153 | name: io |
137 | - url: "https://pub.dartlang.org" | 154 | + sha256: "2ec25704aba361659e10e3e5f5d672068d332fc8ac516421d483a11e5cbd061e" |
155 | + url: "https://pub.dev" | ||
138 | source: hosted | 156 | source: hosted |
139 | - version: "1.0.3" | 157 | + version: "1.0.4" |
140 | js: | 158 | js: |
141 | dependency: transitive | 159 | dependency: transitive |
142 | description: | 160 | description: |
143 | name: js | 161 | name: js |
144 | - url: "https://pub.dartlang.org" | 162 | + sha256: "5528c2f391ededb7775ec1daa69e65a2d61276f7552de2b5f7b8d34ee9fd4ab7" |
163 | + url: "https://pub.dev" | ||
145 | source: hosted | 164 | source: hosted |
146 | - version: "0.6.4" | 165 | + version: "0.6.5" |
147 | lints: | 166 | lints: |
148 | dependency: "direct dev" | 167 | dependency: "direct dev" |
149 | description: | 168 | description: |
150 | name: lints | 169 | name: lints |
151 | - url: "https://pub.dartlang.org" | 170 | + sha256: "5e4a9cd06d447758280a8ac2405101e0e2094d2a1dbdd3756aec3fe7775ba593" |
171 | + url: "https://pub.dev" | ||
152 | source: hosted | 172 | source: hosted |
153 | - version: "2.0.0" | 173 | + version: "2.0.1" |
154 | logging: | 174 | logging: |
155 | dependency: transitive | 175 | dependency: transitive |
156 | description: | 176 | description: |
157 | name: logging | 177 | name: logging |
158 | - url: "https://pub.dartlang.org" | 178 | + sha256: c0bbfe94d46aedf9b8b3e695cf3bd48c8e14b35e3b2c639e0aa7755d589ba946 |
179 | + url: "https://pub.dev" | ||
159 | source: hosted | 180 | source: hosted |
160 | - version: "1.0.2" | 181 | + version: "1.1.0" |
161 | matcher: | 182 | matcher: |
162 | dependency: transitive | 183 | dependency: transitive |
163 | description: | 184 | description: |
164 | name: matcher | 185 | name: matcher |
165 | - url: "https://pub.dartlang.org" | 186 | + sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72" |
187 | + url: "https://pub.dev" | ||
166 | source: hosted | 188 | source: hosted |
167 | - version: "0.12.12" | 189 | + version: "0.12.13" |
168 | material_color_utilities: | 190 | material_color_utilities: |
169 | dependency: transitive | 191 | dependency: transitive |
170 | description: | 192 | description: |
171 | name: material_color_utilities | 193 | name: material_color_utilities |
172 | - url: "https://pub.dartlang.org" | 194 | + sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724 |
195 | + url: "https://pub.dev" | ||
173 | source: hosted | 196 | source: hosted |
174 | - version: "0.1.5" | 197 | + version: "0.2.0" |
175 | meta: | 198 | meta: |
176 | dependency: transitive | 199 | dependency: transitive |
177 | description: | 200 | description: |
178 | name: meta | 201 | name: meta |
179 | - url: "https://pub.dartlang.org" | 202 | + sha256: "6c268b42ed578a53088d834796959e4a1814b5e9e164f147f580a386e5decf42" |
203 | + url: "https://pub.dev" | ||
180 | source: hosted | 204 | source: hosted |
181 | version: "1.8.0" | 205 | version: "1.8.0" |
182 | mime: | 206 | mime: |
183 | dependency: transitive | 207 | dependency: transitive |
184 | description: | 208 | description: |
185 | name: mime | 209 | name: mime |
186 | - url: "https://pub.dartlang.org" | 210 | + sha256: e4ff8e8564c03f255408decd16e7899da1733852a9110a58fe6d1b817684a63e |
211 | + url: "https://pub.dev" | ||
187 | source: hosted | 212 | source: hosted |
188 | - version: "1.0.2" | 213 | + version: "1.0.4" |
189 | mocktail: | 214 | mocktail: |
190 | dependency: "direct dev" | 215 | dependency: "direct dev" |
191 | description: | 216 | description: |
192 | name: mocktail | 217 | name: mocktail |
193 | - url: "https://pub.dartlang.org" | 218 | + sha256: "80a996cd9a69284b3dc521ce185ffe9150cde69767c2d3a0720147d93c0cef53" |
219 | + url: "https://pub.dev" | ||
194 | source: hosted | 220 | source: hosted |
195 | version: "0.3.0" | 221 | version: "0.3.0" |
196 | node_preamble: | 222 | node_preamble: |
197 | dependency: transitive | 223 | dependency: transitive |
198 | description: | 224 | description: |
199 | name: node_preamble | 225 | name: node_preamble |
200 | - url: "https://pub.dartlang.org" | 226 | + sha256: "8ebdbaa3b96d5285d068f80772390d27c21e1fa10fb2df6627b1b9415043608d" |
227 | + url: "https://pub.dev" | ||
201 | source: hosted | 228 | source: hosted |
202 | version: "2.0.1" | 229 | version: "2.0.1" |
203 | package_config: | 230 | package_config: |
204 | dependency: transitive | 231 | dependency: transitive |
205 | description: | 232 | description: |
206 | name: package_config | 233 | name: package_config |
207 | - url: "https://pub.dartlang.org" | 234 | + sha256: "1c5b77ccc91e4823a5af61ee74e6b972db1ef98c2ff5a18d3161c982a55448bd" |
235 | + url: "https://pub.dev" | ||
208 | source: hosted | 236 | source: hosted |
209 | version: "2.1.0" | 237 | version: "2.1.0" |
210 | path: | 238 | path: |
211 | dependency: transitive | 239 | dependency: transitive |
212 | description: | 240 | description: |
213 | name: path | 241 | name: path |
214 | - url: "https://pub.dartlang.org" | 242 | + sha256: db9d4f58c908a4ba5953fcee2ae317c94889433e5024c27ce74a37f94267945b |
243 | + url: "https://pub.dev" | ||
215 | source: hosted | 244 | source: hosted |
216 | version: "1.8.2" | 245 | version: "1.8.2" |
217 | pool: | 246 | pool: |
218 | dependency: transitive | 247 | dependency: transitive |
219 | description: | 248 | description: |
220 | name: pool | 249 | name: pool |
221 | - url: "https://pub.dartlang.org" | 250 | + sha256: "20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a" |
251 | + url: "https://pub.dev" | ||
222 | source: hosted | 252 | source: hosted |
223 | version: "1.5.1" | 253 | version: "1.5.1" |
224 | pub_semver: | 254 | pub_semver: |
225 | dependency: transitive | 255 | dependency: transitive |
226 | description: | 256 | description: |
227 | name: pub_semver | 257 | name: pub_semver |
228 | - url: "https://pub.dartlang.org" | 258 | + sha256: "307de764d305289ff24ad257ad5c5793ce56d04947599ad68b3baa124105fc17" |
259 | + url: "https://pub.dev" | ||
229 | source: hosted | 260 | source: hosted |
230 | - version: "2.1.1" | 261 | + version: "2.1.3" |
231 | shelf: | 262 | shelf: |
232 | dependency: transitive | 263 | dependency: transitive |
233 | description: | 264 | description: |
234 | name: shelf | 265 | name: shelf |
235 | - url: "https://pub.dartlang.org" | 266 | + sha256: c24a96135a2ccd62c64b69315a14adc5c3419df63b4d7c05832a346fdb73682c |
267 | + url: "https://pub.dev" | ||
236 | source: hosted | 268 | source: hosted |
237 | - version: "1.3.2" | 269 | + version: "1.4.0" |
238 | shelf_packages_handler: | 270 | shelf_packages_handler: |
239 | dependency: transitive | 271 | dependency: transitive |
240 | description: | 272 | description: |
241 | name: shelf_packages_handler | 273 | name: shelf_packages_handler |
242 | - url: "https://pub.dartlang.org" | 274 | + sha256: aef74dc9195746a384843102142ab65b6a4735bb3beea791e63527b88cc83306 |
275 | + url: "https://pub.dev" | ||
243 | source: hosted | 276 | source: hosted |
244 | version: "3.0.1" | 277 | version: "3.0.1" |
245 | shelf_static: | 278 | shelf_static: |
246 | dependency: transitive | 279 | dependency: transitive |
247 | description: | 280 | description: |
248 | name: shelf_static | 281 | name: shelf_static |
249 | - url: "https://pub.dartlang.org" | 282 | + sha256: e792b76b96a36d4a41b819da593aff4bdd413576b3ba6150df5d8d9996d2e74c |
283 | + url: "https://pub.dev" | ||
250 | source: hosted | 284 | source: hosted |
251 | version: "1.1.1" | 285 | version: "1.1.1" |
252 | shelf_web_socket: | 286 | shelf_web_socket: |
253 | dependency: transitive | 287 | dependency: transitive |
254 | description: | 288 | description: |
255 | name: shelf_web_socket | 289 | name: shelf_web_socket |
256 | - url: "https://pub.dartlang.org" | 290 | + sha256: a988c0e8d8ffbdb8a28aa7ec8e449c260f3deb808781fe1284d22c5bba7156e8 |
291 | + url: "https://pub.dev" | ||
257 | source: hosted | 292 | source: hosted |
258 | - version: "1.0.2" | 293 | + version: "1.0.3" |
259 | sky_engine: | 294 | sky_engine: |
260 | dependency: transitive | 295 | dependency: transitive |
261 | description: flutter | 296 | description: flutter |
@@ -265,121 +300,138 @@ packages: | @@ -265,121 +300,138 @@ packages: | ||
265 | dependency: transitive | 300 | dependency: transitive |
266 | description: | 301 | description: |
267 | name: source_map_stack_trace | 302 | name: source_map_stack_trace |
268 | - url: "https://pub.dartlang.org" | 303 | + sha256: "84cf769ad83aa6bb61e0aa5a18e53aea683395f196a6f39c4c881fb90ed4f7ae" |
304 | + url: "https://pub.dev" | ||
269 | source: hosted | 305 | source: hosted |
270 | - version: "2.1.0" | 306 | + version: "2.1.1" |
271 | source_maps: | 307 | source_maps: |
272 | dependency: transitive | 308 | dependency: transitive |
273 | description: | 309 | description: |
274 | name: source_maps | 310 | name: source_maps |
275 | - url: "https://pub.dartlang.org" | 311 | + sha256: "490098075234dcedb83c5d949b4c93dad5e6b7702748de000be2b57b8e6b2427" |
312 | + url: "https://pub.dev" | ||
276 | source: hosted | 313 | source: hosted |
277 | - version: "0.10.10" | 314 | + version: "0.10.11" |
278 | source_span: | 315 | source_span: |
279 | dependency: transitive | 316 | dependency: transitive |
280 | description: | 317 | description: |
281 | name: source_span | 318 | name: source_span |
282 | - url: "https://pub.dartlang.org" | 319 | + sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250 |
320 | + url: "https://pub.dev" | ||
283 | source: hosted | 321 | source: hosted |
284 | - version: "1.9.0" | 322 | + version: "1.9.1" |
285 | stack_trace: | 323 | stack_trace: |
286 | dependency: transitive | 324 | dependency: transitive |
287 | description: | 325 | description: |
288 | name: stack_trace | 326 | name: stack_trace |
289 | - url: "https://pub.dartlang.org" | 327 | + sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5 |
328 | + url: "https://pub.dev" | ||
290 | source: hosted | 329 | source: hosted |
291 | - version: "1.10.0" | 330 | + version: "1.11.0" |
292 | stream_channel: | 331 | stream_channel: |
293 | dependency: transitive | 332 | dependency: transitive |
294 | description: | 333 | description: |
295 | name: stream_channel | 334 | name: stream_channel |
296 | - url: "https://pub.dartlang.org" | 335 | + sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8" |
336 | + url: "https://pub.dev" | ||
297 | source: hosted | 337 | source: hosted |
298 | - version: "2.1.0" | 338 | + version: "2.1.1" |
299 | string_scanner: | 339 | string_scanner: |
300 | dependency: transitive | 340 | dependency: transitive |
301 | description: | 341 | description: |
302 | name: string_scanner | 342 | name: string_scanner |
303 | - url: "https://pub.dartlang.org" | 343 | + sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde" |
344 | + url: "https://pub.dev" | ||
304 | source: hosted | 345 | source: hosted |
305 | - version: "1.1.1" | 346 | + version: "1.2.0" |
306 | term_glyph: | 347 | term_glyph: |
307 | dependency: transitive | 348 | dependency: transitive |
308 | description: | 349 | description: |
309 | name: term_glyph | 350 | name: term_glyph |
310 | - url: "https://pub.dartlang.org" | 351 | + sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 |
352 | + url: "https://pub.dev" | ||
311 | source: hosted | 353 | source: hosted |
312 | version: "1.2.1" | 354 | version: "1.2.1" |
313 | test: | 355 | test: |
314 | dependency: transitive | 356 | dependency: transitive |
315 | description: | 357 | description: |
316 | name: test | 358 | name: test |
317 | - url: "https://pub.dartlang.org" | 359 | + sha256: a5fcd2d25eeadbb6589e80198a47d6a464ba3e2049da473943b8af9797900c2d |
360 | + url: "https://pub.dev" | ||
318 | source: hosted | 361 | source: hosted |
319 | - version: "1.21.4" | 362 | + version: "1.22.0" |
320 | test_api: | 363 | test_api: |
321 | dependency: transitive | 364 | dependency: transitive |
322 | description: | 365 | description: |
323 | name: test_api | 366 | name: test_api |
324 | - url: "https://pub.dartlang.org" | 367 | + sha256: ad540f65f92caa91bf21dfc8ffb8c589d6e4dc0c2267818b4cc2792857706206 |
368 | + url: "https://pub.dev" | ||
325 | source: hosted | 369 | source: hosted |
326 | - version: "0.4.12" | 370 | + version: "0.4.16" |
327 | test_core: | 371 | test_core: |
328 | dependency: transitive | 372 | dependency: transitive |
329 | description: | 373 | description: |
330 | name: test_core | 374 | name: test_core |
331 | - url: "https://pub.dartlang.org" | 375 | + sha256: "0ef9755ec6d746951ba0aabe62f874b707690b5ede0fecc818b138fcc9b14888" |
376 | + url: "https://pub.dev" | ||
332 | source: hosted | 377 | source: hosted |
333 | - version: "0.4.16" | 378 | + version: "0.4.20" |
334 | typed_data: | 379 | typed_data: |
335 | dependency: transitive | 380 | dependency: transitive |
336 | description: | 381 | description: |
337 | name: typed_data | 382 | name: typed_data |
338 | - url: "https://pub.dartlang.org" | 383 | + sha256: "26f87ade979c47a150c9eaab93ccd2bebe70a27dc0b4b29517f2904f04eb11a5" |
384 | + url: "https://pub.dev" | ||
339 | source: hosted | 385 | source: hosted |
340 | version: "1.3.1" | 386 | version: "1.3.1" |
341 | vector_math: | 387 | vector_math: |
342 | dependency: transitive | 388 | dependency: transitive |
343 | description: | 389 | description: |
344 | name: vector_math | 390 | name: vector_math |
345 | - url: "https://pub.dartlang.org" | 391 | + sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803" |
392 | + url: "https://pub.dev" | ||
346 | source: hosted | 393 | source: hosted |
347 | - version: "2.1.2" | 394 | + version: "2.1.4" |
348 | vm_service: | 395 | vm_service: |
349 | dependency: transitive | 396 | dependency: transitive |
350 | description: | 397 | description: |
351 | name: vm_service | 398 | name: vm_service |
352 | - url: "https://pub.dartlang.org" | 399 | + sha256: e7fb6c2282f7631712b69c19d1bff82f3767eea33a2321c14fa59ad67ea391c7 |
400 | + url: "https://pub.dev" | ||
353 | source: hosted | 401 | source: hosted |
354 | version: "9.4.0" | 402 | version: "9.4.0" |
355 | watcher: | 403 | watcher: |
356 | dependency: transitive | 404 | dependency: transitive |
357 | description: | 405 | description: |
358 | name: watcher | 406 | name: watcher |
359 | - url: "https://pub.dartlang.org" | 407 | + sha256: "6a7f46926b01ce81bfc339da6a7f20afbe7733eff9846f6d6a5466aa4c6667c0" |
408 | + url: "https://pub.dev" | ||
360 | source: hosted | 409 | source: hosted |
361 | - version: "1.0.1" | 410 | + version: "1.0.2" |
362 | web_socket_channel: | 411 | web_socket_channel: |
363 | dependency: transitive | 412 | dependency: transitive |
364 | description: | 413 | description: |
365 | name: web_socket_channel | 414 | name: web_socket_channel |
366 | - url: "https://pub.dartlang.org" | 415 | + sha256: ca49c0bc209c687b887f30527fb6a9d80040b072cc2990f34b9bec3e7663101b |
416 | + url: "https://pub.dev" | ||
367 | source: hosted | 417 | source: hosted |
368 | - version: "2.2.0" | 418 | + version: "2.3.0" |
369 | webkit_inspection_protocol: | 419 | webkit_inspection_protocol: |
370 | dependency: transitive | 420 | dependency: transitive |
371 | description: | 421 | description: |
372 | name: webkit_inspection_protocol | 422 | name: webkit_inspection_protocol |
373 | - url: "https://pub.dartlang.org" | 423 | + sha256: "67d3a8b6c79e1987d19d848b0892e582dbb0c66c57cc1fef58a177dd2aa2823d" |
424 | + url: "https://pub.dev" | ||
374 | source: hosted | 425 | source: hosted |
375 | version: "1.2.0" | 426 | version: "1.2.0" |
376 | yaml: | 427 | yaml: |
377 | dependency: transitive | 428 | dependency: transitive |
378 | description: | 429 | description: |
379 | name: yaml | 430 | name: yaml |
380 | - url: "https://pub.dartlang.org" | 431 | + sha256: "23812a9b125b48d4007117254bca50abb6c712352927eece9e155207b1db2370" |
432 | + url: "https://pub.dev" | ||
381 | source: hosted | 433 | source: hosted |
382 | version: "3.1.1" | 434 | version: "3.1.1" |
383 | sdks: | 435 | sdks: |
384 | - dart: ">=2.17.0 <3.0.0" | 436 | + dart: ">=2.18.0 <4.0.0" |
385 | flutter: ">=3.3.0" | 437 | flutter: ">=3.3.0" |
-
Please register or login to post a comment