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
environment:
sdk: ">=2.12.0 <3.0.0"
......@@ -4,6 +4,6 @@
name: dummy
environment:
sdk: '>=2.10.0 <3.0.0'
sdk: '>=2.12.0 <3.0.0'
# PUBSPEC CHECKSUM: 0000
......@@ -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
......
......@@ -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:
......
......@@ -11,7 +11,7 @@ flutter:
pluginClass: IntegrationTestPlugin
environment:
sdk: ">=2.1.0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"
dependencies:
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