pubspec: Indicate flutter version

Even though we now have `flutterw`, I would also like to indicate it
over here.
This commit is contained in:
Vishesh Handa
2021-03-25 15:51:35 +01:00
parent e8fd11c85b
commit 78c15468c5
2 changed files with 2 additions and 1 deletions

View File

@ -1198,4 +1198,4 @@ packages:
version: "0.0.10" version: "0.0.10"
sdks: sdks:
dart: ">=2.12.0 <3.0.0" dart: ">=2.12.0 <3.0.0"
flutter: ">=1.24.0-7.0" flutter: ">=2.0.3"

View File

@ -4,6 +4,7 @@ version: 1.75.1+10
environment: environment:
sdk: ">=2.10.0 <3.0.0" sdk: ">=2.10.0 <3.0.0"
flutter: ">=2.0.3"
publish_to: none publish_to: none