update flutter and dart version constraints

This commit is contained in:
Wenqi Li 2023-08-02 13:36:50 +08:00
parent 1ea3498491
commit 8b2269a125
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,8 @@ description: Demonstrates how to use the photo_gallery plugin.
# publish_to: 'none' # Remove this line if you wish to publish to pub.dev
environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
dependencies:
flutter:

View File

@ -4,7 +4,7 @@ version: 2.1.1
repository: https://github.com/Firelands128/photo_gallery
environment:
sdk: ">=2.12.0 <4.0.0"
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
dependencies: