From d10afc41dfd88e57a8c898a2949e59c912149dde Mon Sep 17 00:00:00 2001 From: Abhishek Ghaskata Date: Wed, 12 May 2021 02:55:55 +0530 Subject: [PATCH] migrate web_complie_tests to null safety (#81630) --- dev/integration_tests/web_compile_tests/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/integration_tests/web_compile_tests/pubspec.yaml b/dev/integration_tests/web_compile_tests/pubspec.yaml index 593c13f38c..287bacb771 100644 --- a/dev/integration_tests/web_compile_tests/pubspec.yaml +++ b/dev/integration_tests/web_compile_tests/pubspec.yaml @@ -1,6 +1,6 @@ name: web_compile_tests environment: - sdk: '>=2.9.0 <3.0.0' + sdk: '>=2.12.0 <3.0.0' dependencies: flutter: