From 43df0ffae469408ea79c485f6e193cb0095621d9 Mon Sep 17 00:00:00 2001 From: lukas-heiligenbrunner Date: Thu, 8 Dec 2022 13:17:41 +0100 Subject: [PATCH] allow older sdk versions --- app/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 7d59a58..704a1b9 100644 --- a/app/pubspec.yaml +++ b/app/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.5 <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