Skip to content

Commit

Permalink
"Migrate" dummy packages to null safety (flutter#84013)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer authored Jun 5, 2021
1 parent 44ebcb6 commit 811f0d9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions dev/docs/platform_integration/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
name: platform_integration

environment:
sdk: ">=2.12.0 <3.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
name: dummy

environment:
sdk: '>=2.10.0 <3.0.0'
sdk: '>=2.12.0 <3.0.0'

# PUBSPEC CHECKSUM: 0000
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ flutter:
pluginClass: IntegrationTestPlugin

environment:
sdk: ">=2.1.0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit 811f0d9

Please sign in to comment.