From 4d35e8a03fbbecb6cd8abf3ebd23d66e59854470 Mon Sep 17 00:00:00 2001 From: YamiDoesDev Date: Mon, 12 Dec 2022 01:09:31 +0100 Subject: [PATCH] lowered sdk version for ci --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8bae8e8..fa1a577 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,7 +20,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: '>=2.18.2 <3.0.0' + sdk: '>=2.17.0 <3.0.0' # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions