From 9f8f929a0b4ab4e6205875961a614b1d61a53408 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Sat, 29 Jul 2023 21:36:16 +0800 Subject: [PATCH] add flutter SDK constraints in pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index efd647b..aed41b8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ repository: https://github.com/Firelands128/photo_gallery environment: sdk: ">=2.12.0 <4.0.0" - flutter: ">=1.10.0" + flutter: ">=3.10.0" dependencies: flutter: