From 78c15468c581f8448562db4b1645f9dc31cdee69 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Thu, 25 Mar 2021 15:51:35 +0100 Subject: [PATCH] pubspec: Indicate flutter version Even though we now have `flutterw`, I would also like to indicate it over here. --- pubspec.lock | 2 +- pubspec.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.lock b/pubspec.lock index f1b9c8f0..3700ebbd 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1198,4 +1198,4 @@ packages: version: "0.0.10" sdks: dart: ">=2.12.0 <3.0.0" - flutter: ">=1.24.0-7.0" + flutter: ">=2.0.3" diff --git a/pubspec.yaml b/pubspec.yaml index 37534d7c..6c7f1c1d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,6 +4,7 @@ version: 1.75.1+10 environment: sdk: ">=2.10.0 <3.0.0" + flutter: ">=2.0.3" publish_to: none