Showing
6 changed files
with
23 additions
and
33 deletions
1 | -name: Sheet | 1 | +name: sheet |
2 | on: | 2 | on: |
3 | push: | 3 | push: |
4 | branches: | 4 | branches: |
@@ -8,8 +8,8 @@ on: | @@ -8,8 +8,8 @@ on: | ||
8 | paths: | 8 | paths: |
9 | - ".github/workflows/sheet.yaml" | 9 | - ".github/workflows/sheet.yaml" |
10 | - "sheet/**" | 10 | - "sheet/**" |
11 | -jobs: | ||
12 | 11 | ||
12 | +jobs: | ||
13 | build: | 13 | build: |
14 | uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1 | 14 | uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1 |
15 | with: | 15 | with: |
@@ -3,7 +3,6 @@ import 'dart:math' as math; | @@ -3,7 +3,6 @@ import 'dart:math' as math; | ||
3 | import 'package:flutter/foundation.dart'; | 3 | import 'package:flutter/foundation.dart'; |
4 | import 'package:flutter/gestures.dart'; | 4 | import 'package:flutter/gestures.dart'; |
5 | import 'package:flutter/material.dart'; | 5 | import 'package:flutter/material.dart'; |
6 | -import 'package:flutter/physics.dart'; | ||
7 | 6 | ||
8 | /// {@template flutter.widgets.sheet.physics} | 7 | /// {@template flutter.widgets.sheet.physics} |
9 | /// Determines the physics of a [Sheet] widget. | 8 | /// Determines the physics of a [Sheet] widget. |
@@ -14,7 +14,6 @@ | @@ -14,7 +14,6 @@ | ||
14 | 14 | ||
15 | import 'dart:async'; | 15 | import 'dart:async'; |
16 | import 'dart:math' as math; | 16 | import 'dart:math' as math; |
17 | -import 'dart:ui'; | ||
18 | 17 | ||
19 | import 'package:flutter/gestures.dart'; | 18 | import 'package:flutter/gestures.dart'; |
20 | import 'package:flutter/rendering.dart'; | 19 | import 'package:flutter/rendering.dart'; |
@@ -7,14 +7,14 @@ packages: | @@ -7,14 +7,14 @@ packages: | ||
7 | name: _fe_analyzer_shared | 7 | name: _fe_analyzer_shared |
8 | url: "https://pub.dartlang.org" | 8 | url: "https://pub.dartlang.org" |
9 | source: hosted | 9 | source: hosted |
10 | - version: "46.0.0" | 10 | + version: "47.0.0" |
11 | analyzer: | 11 | analyzer: |
12 | dependency: transitive | 12 | dependency: transitive |
13 | description: | 13 | description: |
14 | name: analyzer | 14 | name: analyzer |
15 | url: "https://pub.dartlang.org" | 15 | url: "https://pub.dartlang.org" |
16 | source: hosted | 16 | source: hosted |
17 | - version: "4.6.0" | 17 | + version: "4.7.0" |
18 | args: | 18 | args: |
19 | dependency: transitive | 19 | dependency: transitive |
20 | description: | 20 | description: |
@@ -28,7 +28,7 @@ packages: | @@ -28,7 +28,7 @@ packages: | ||
28 | name: async | 28 | name: async |
29 | url: "https://pub.dartlang.org" | 29 | url: "https://pub.dartlang.org" |
30 | source: hosted | 30 | source: hosted |
31 | - version: "2.8.2" | 31 | + version: "2.9.0" |
32 | boolean_selector: | 32 | boolean_selector: |
33 | dependency: transitive | 33 | dependency: transitive |
34 | description: | 34 | description: |
@@ -42,21 +42,14 @@ packages: | @@ -42,21 +42,14 @@ packages: | ||
42 | name: characters | 42 | name: characters |
43 | url: "https://pub.dartlang.org" | 43 | url: "https://pub.dartlang.org" |
44 | source: hosted | 44 | source: hosted |
45 | - version: "1.2.0" | ||
46 | - charcode: | ||
47 | - dependency: transitive | ||
48 | - description: | ||
49 | - name: charcode | ||
50 | - url: "https://pub.dartlang.org" | ||
51 | - source: hosted | ||
52 | - version: "1.3.1" | 45 | + version: "1.2.1" |
53 | clock: | 46 | clock: |
54 | dependency: transitive | 47 | dependency: transitive |
55 | description: | 48 | description: |
56 | name: clock | 49 | name: clock |
57 | url: "https://pub.dartlang.org" | 50 | url: "https://pub.dartlang.org" |
58 | source: hosted | 51 | source: hosted |
59 | - version: "1.1.0" | 52 | + version: "1.1.1" |
60 | collection: | 53 | collection: |
61 | dependency: transitive | 54 | dependency: transitive |
62 | description: | 55 | description: |
@@ -77,7 +70,7 @@ packages: | @@ -77,7 +70,7 @@ packages: | ||
77 | name: coverage | 70 | name: coverage |
78 | url: "https://pub.dartlang.org" | 71 | url: "https://pub.dartlang.org" |
79 | source: hosted | 72 | source: hosted |
80 | - version: "1.3.2" | 73 | + version: "1.5.0" |
81 | crypto: | 74 | crypto: |
82 | dependency: transitive | 75 | dependency: transitive |
83 | description: | 76 | description: |
@@ -91,7 +84,7 @@ packages: | @@ -91,7 +84,7 @@ packages: | ||
91 | name: fake_async | 84 | name: fake_async |
92 | url: "https://pub.dartlang.org" | 85 | url: "https://pub.dartlang.org" |
93 | source: hosted | 86 | source: hosted |
94 | - version: "1.3.0" | 87 | + version: "1.3.1" |
95 | file: | 88 | file: |
96 | dependency: transitive | 89 | dependency: transitive |
97 | description: | 90 | description: |
@@ -171,21 +164,21 @@ packages: | @@ -171,21 +164,21 @@ packages: | ||
171 | name: matcher | 164 | name: matcher |
172 | url: "https://pub.dartlang.org" | 165 | url: "https://pub.dartlang.org" |
173 | source: hosted | 166 | source: hosted |
174 | - version: "0.12.11" | 167 | + version: "0.12.12" |
175 | material_color_utilities: | 168 | material_color_utilities: |
176 | dependency: transitive | 169 | dependency: transitive |
177 | description: | 170 | description: |
178 | name: material_color_utilities | 171 | name: material_color_utilities |
179 | url: "https://pub.dartlang.org" | 172 | url: "https://pub.dartlang.org" |
180 | source: hosted | 173 | source: hosted |
181 | - version: "0.1.4" | 174 | + version: "0.1.5" |
182 | meta: | 175 | meta: |
183 | dependency: transitive | 176 | dependency: transitive |
184 | description: | 177 | description: |
185 | name: meta | 178 | name: meta |
186 | url: "https://pub.dartlang.org" | 179 | url: "https://pub.dartlang.org" |
187 | source: hosted | 180 | source: hosted |
188 | - version: "1.7.0" | 181 | + version: "1.8.0" |
189 | mime: | 182 | mime: |
190 | dependency: transitive | 183 | dependency: transitive |
191 | description: | 184 | description: |
@@ -220,7 +213,7 @@ packages: | @@ -220,7 +213,7 @@ packages: | ||
220 | name: path | 213 | name: path |
221 | url: "https://pub.dartlang.org" | 214 | url: "https://pub.dartlang.org" |
222 | source: hosted | 215 | source: hosted |
223 | - version: "1.8.1" | 216 | + version: "1.8.2" |
224 | pool: | 217 | pool: |
225 | dependency: transitive | 218 | dependency: transitive |
226 | description: | 219 | description: |
@@ -288,7 +281,7 @@ packages: | @@ -288,7 +281,7 @@ packages: | ||
288 | name: source_span | 281 | name: source_span |
289 | url: "https://pub.dartlang.org" | 282 | url: "https://pub.dartlang.org" |
290 | source: hosted | 283 | source: hosted |
291 | - version: "1.8.2" | 284 | + version: "1.9.0" |
292 | stack_trace: | 285 | stack_trace: |
293 | dependency: transitive | 286 | dependency: transitive |
294 | description: | 287 | description: |
@@ -309,35 +302,35 @@ packages: | @@ -309,35 +302,35 @@ packages: | ||
309 | name: string_scanner | 302 | name: string_scanner |
310 | url: "https://pub.dartlang.org" | 303 | url: "https://pub.dartlang.org" |
311 | source: hosted | 304 | source: hosted |
312 | - version: "1.1.0" | 305 | + version: "1.1.1" |
313 | term_glyph: | 306 | term_glyph: |
314 | dependency: transitive | 307 | dependency: transitive |
315 | description: | 308 | description: |
316 | name: term_glyph | 309 | name: term_glyph |
317 | url: "https://pub.dartlang.org" | 310 | url: "https://pub.dartlang.org" |
318 | source: hosted | 311 | source: hosted |
319 | - version: "1.2.0" | 312 | + version: "1.2.1" |
320 | test: | 313 | test: |
321 | dependency: transitive | 314 | dependency: transitive |
322 | description: | 315 | description: |
323 | name: test | 316 | name: test |
324 | url: "https://pub.dartlang.org" | 317 | url: "https://pub.dartlang.org" |
325 | source: hosted | 318 | source: hosted |
326 | - version: "1.21.1" | 319 | + version: "1.21.4" |
327 | test_api: | 320 | test_api: |
328 | dependency: transitive | 321 | dependency: transitive |
329 | description: | 322 | description: |
330 | name: test_api | 323 | name: test_api |
331 | url: "https://pub.dartlang.org" | 324 | url: "https://pub.dartlang.org" |
332 | source: hosted | 325 | source: hosted |
333 | - version: "0.4.9" | 326 | + version: "0.4.12" |
334 | test_core: | 327 | test_core: |
335 | dependency: transitive | 328 | dependency: transitive |
336 | description: | 329 | description: |
337 | name: test_core | 330 | name: test_core |
338 | url: "https://pub.dartlang.org" | 331 | url: "https://pub.dartlang.org" |
339 | source: hosted | 332 | source: hosted |
340 | - version: "0.4.13" | 333 | + version: "0.4.16" |
341 | typed_data: | 334 | typed_data: |
342 | dependency: transitive | 335 | dependency: transitive |
343 | description: | 336 | description: |
@@ -358,7 +351,7 @@ packages: | @@ -358,7 +351,7 @@ packages: | ||
358 | name: vm_service | 351 | name: vm_service |
359 | url: "https://pub.dartlang.org" | 352 | url: "https://pub.dartlang.org" |
360 | source: hosted | 353 | source: hosted |
361 | - version: "8.3.0" | 354 | + version: "9.4.0" |
362 | watcher: | 355 | watcher: |
363 | dependency: transitive | 356 | dependency: transitive |
364 | description: | 357 | description: |
@@ -379,7 +372,7 @@ packages: | @@ -379,7 +372,7 @@ packages: | ||
379 | name: webkit_inspection_protocol | 372 | name: webkit_inspection_protocol |
380 | url: "https://pub.dartlang.org" | 373 | url: "https://pub.dartlang.org" |
381 | source: hosted | 374 | source: hosted |
382 | - version: "1.1.0" | 375 | + version: "1.2.0" |
383 | yaml: | 376 | yaml: |
384 | dependency: transitive | 377 | dependency: transitive |
385 | description: | 378 | description: |
@@ -389,4 +382,4 @@ packages: | @@ -389,4 +382,4 @@ packages: | ||
389 | version: "3.1.1" | 382 | version: "3.1.1" |
390 | sdks: | 383 | sdks: |
391 | dart: ">=2.17.0 <3.0.0" | 384 | dart: ">=2.17.0 <3.0.0" |
392 | - flutter: ">=3.0.0" | 385 | + flutter: ">=3.3.0" |
@@ -5,7 +5,7 @@ homepage: https://github.com/jamesblasco/modal_bottom_sheet | @@ -5,7 +5,7 @@ homepage: https://github.com/jamesblasco/modal_bottom_sheet | ||
5 | 5 | ||
6 | environment: | 6 | environment: |
7 | sdk: ">=2.17.0 <3.0.0" | 7 | sdk: ">=2.17.0 <3.0.0" |
8 | - flutter: ">=3.0.0" | 8 | + flutter: ">=3.3.0" |
9 | 9 | ||
10 | dependencies: | 10 | dependencies: |
11 | flutter: | 11 | flutter: |
-
Please register or login to post a comment