Unverified Commit 811f0d9a authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

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

parent 44ebcb66
name: platform_integration name: platform_integration
environment:
sdk: ">=2.12.0 <3.0.0"
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
name: dummy name: dummy
environment: environment:
sdk: '>=2.10.0 <3.0.0' sdk: '>=2.12.0 <3.0.0'
# PUBSPEC CHECKSUM: 0000 # PUBSPEC CHECKSUM: 0000
...@@ -2,7 +2,7 @@ name: font ...@@ -2,7 +2,7 @@ name: font
description: A test project that contains a font. description: A test project that contains a font.
environment: environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0" sdk: ">=2.12.0 <3.0.0"
flutter: flutter:
uses-material-design: true uses-material-design: true
......
...@@ -2,7 +2,7 @@ name: main ...@@ -2,7 +2,7 @@ name: main
description: A test project that has a package with a font as a dependency. description: A test project that has a package with a font as a dependency.
environment: environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0" sdk: ">=2.12.0 <3.0.0"
dependencies: dependencies:
font: font:
......
...@@ -11,7 +11,7 @@ flutter: ...@@ -11,7 +11,7 @@ flutter:
pluginClass: IntegrationTestPlugin pluginClass: IntegrationTestPlugin
environment: environment:
sdk: ">=2.1.0 <3.0.0" sdk: ">=2.12.0 <3.0.0"
dependencies: dependencies:
flutter: flutter:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment