"Migrate" dummy packages to null safety (#84013)

This commit is contained in:
Michael Goderbauer 2021-06-04 22:14:03 -07:00 committed by GitHub
parent 44ebcb66d1
commit 811f0d9a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 4 deletions

View File

@ -1,2 +1,4 @@
name: platform_integration
environment:
sdk: ">=2.12.0 <3.0.0"

View File

@ -4,6 +4,6 @@
name: dummy
environment:
sdk: '>=2.10.0 <3.0.0'
sdk: '>=2.12.0 <3.0.0'
# PUBSPEC CHECKSUM: 0000

View File

@ -2,7 +2,7 @@ name: font
description: A test project that contains a font.
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"
flutter:
uses-material-design: true

View File

@ -2,7 +2,7 @@ name: main
description: A test project that has a package with a font as a dependency.
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"
dependencies:
font:

View File

@ -11,7 +11,7 @@ flutter:
pluginClass: IntegrationTestPlugin
environment:
sdk: ">=2.1.0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter: