From a4b21668503737b1f1755cf32b003bef1d8529d9 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Sat, 16 Dec 2023 17:44:43 +0530 Subject: [PATCH] sdk issue --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index dcc6caef..31287d8c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1262,5 +1262,5 @@ packages: source: hosted version: "3.1.2" sdks: - dart: ">=3.2.3 <4.0.0" + dart: ">=3.2.0 <4.0.0" flutter: ">=3.16.0" diff --git a/pubspec.yaml b/pubspec.yaml index 4ebc0013..69676216 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter project. version: 1.0.0+1 environment: - sdk: ">=3.2.3 <4.0.0" + sdk: ">=3.0.5 <4.0.0" # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions