mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 10:17:16 +08:00
pubspec: Indicate flutter version
Even though we now have `flutterw`, I would also like to indicate it over here.
This commit is contained in:
@ -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"
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user