From 603aa84ba752efa86be13519af61891734899e70 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=A5=81=E5=A2=9E=E5=A5=8E?= <qizengkui@clxkj.cn>
Date: Mon, 29 Jan 2024 17:48:01 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E4=BE=9D?=
 =?UTF-8?q?=E8=B5=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 pubspec.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pubspec.yaml b/pubspec.yaml
index f82fa0d..779721f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -4,8 +4,9 @@ version: 0.0.1
 homepage:
 
 environment:
-  sdk: '>=3.1.2 <4.0.0'
-  flutter: '>=3.3.0'
+  sdk: ">=2.17.0 <3.0.0"
+  flutter: ">=2.5.0 <4.0.0"
+
 
 dependencies:
   flutter:
-- 
2.17.1