From 4698b18d3282cf977462985d38be0fa2b95469f3 Mon Sep 17 00:00:00 2001 From: Yannick Mauray Date: Wed, 10 Nov 2021 22:07:48 +0100 Subject: [PATCH] Bumped minumum framework version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 262b957..2844cb9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.1.2 environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.14.4 <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