From 8b2269a12523bd57f4ef050846cda001bc007e6f Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Wed, 2 Aug 2023 13:36:50 +0800 Subject: [PATCH] update flutter and dart version constraints --- example/pubspec.yaml | 3 ++- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index ed2e3c4..5496b5b 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index 21820a8..3098450 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: