Skip to content

Commit 4b5b496

Browse files
author
Jonah Williams
authored
[null-safety] increase sky engine min sdk (flutter#22322)
1 parent 8e6264d commit 4b5b496

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

sky/packages/flutter_services/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dependencies:
88
path:
99
../sky_services
1010
environment:
11-
sdk: '>=1.8.0 <3.0.0'
11+
sdk: ">=2.12.0-0 <3.0.0"

sky/packages/sky_engine/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ description: Dart SDK extensions for dart:ui
55
homepage: http://flutter.io
66
# sky_engine requires sdk_ext support in the analyzer which was added in 1.11.x
77
environment:
8-
sdk: '>=1.11.0 <3.0.0'
8+
sdk: ">=2.12.0-0 <3.0.0"

sky/packages/sky_services/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ author: Flutter Authors <[email protected]>
44
description: An empty package
55
homepage: http://flutter.io
66
environment:
7-
sdk: '>=1.8.0 <3.0.0'
7+
sdk: ">=2.12.0-0 <3.0.0"

testing/scenario_app/pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: scenario_app
22
publish_to: none
3+
environment:
4+
sdk: '>=2.12.0-0 <3.0.0'
5+
36

47
# These are for convenience during local development. Changing them will not
58
# impact the build.

0 commit comments

Comments
 (0)