From 53e1c9796077f5939fab96be301fc1a3af69d847 Mon Sep 17 00:00:00 2001 From: Luke Freeman Date: Sun, 8 Mar 2020 19:53:28 -0700 Subject: [PATCH] downgrade Flutter required version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index f9cb36e..2bbefe2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ homepage: https://github.com/theyakka/fluro environment: sdk: ">=2.6.0 <3.0.0" - flutter: ">=1.13.0 <1.16.0" + flutter: ">=1.12.0 <1.16.0" dependencies: flutter: