From 4b5b496fa68e1d2a38420f4f4a6fd1a66416ece2 Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Thu, 5 Nov 2020 18:24:53 -0800 Subject: [PATCH] [null-safety] increase sky engine min sdk (#22322) --- sky/packages/flutter_services/pubspec.yaml | 2 +- sky/packages/sky_engine/pubspec.yaml | 2 +- sky/packages/sky_services/pubspec.yaml | 2 +- testing/scenario_app/pubspec.yaml | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sky/packages/flutter_services/pubspec.yaml b/sky/packages/flutter_services/pubspec.yaml index 09ca23423e9..e3de76a9c04 100644 --- a/sky/packages/flutter_services/pubspec.yaml +++ b/sky/packages/flutter_services/pubspec.yaml @@ -8,4 +8,4 @@ dependencies: path: ../sky_services environment: - sdk: '>=1.8.0 <3.0.0' + sdk: ">=2.12.0-0 <3.0.0" diff --git a/sky/packages/sky_engine/pubspec.yaml b/sky/packages/sky_engine/pubspec.yaml index e5aaeeef572..9d357357db3 100644 --- a/sky/packages/sky_engine/pubspec.yaml +++ b/sky/packages/sky_engine/pubspec.yaml @@ -5,4 +5,4 @@ description: Dart SDK extensions for dart:ui homepage: http://flutter.io # sky_engine requires sdk_ext support in the analyzer which was added in 1.11.x environment: - sdk: '>=1.11.0 <3.0.0' + sdk: ">=2.12.0-0 <3.0.0" diff --git a/sky/packages/sky_services/pubspec.yaml b/sky/packages/sky_services/pubspec.yaml index 1ac7677433d..795beefc3a9 100644 --- a/sky/packages/sky_services/pubspec.yaml +++ b/sky/packages/sky_services/pubspec.yaml @@ -4,4 +4,4 @@ author: Flutter Authors description: An empty package homepage: http://flutter.io environment: - sdk: '>=1.8.0 <3.0.0' + sdk: ">=2.12.0-0 <3.0.0" diff --git a/testing/scenario_app/pubspec.yaml b/testing/scenario_app/pubspec.yaml index e1b8e67272b..4cbf85e61a1 100644 --- a/testing/scenario_app/pubspec.yaml +++ b/testing/scenario_app/pubspec.yaml @@ -1,5 +1,8 @@ name: scenario_app publish_to: none +environment: + sdk: '>=2.12.0-0 <3.0.0' + # These are for convenience during local development. Changing them will not # impact the build.