From f49f887e184d4c4db4131717655cdd6da6ef8fa3 Mon Sep 17 00:00:00 2001 From: fmatosqg Date: Fri, 27 Apr 2018 14:22:43 +1000 Subject: [PATCH] Update pubspec.yaml Enforce flutter version is >= 0.3.5 --- third_party/pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/third_party/pubspec.yaml b/third_party/pubspec.yaml index 01cc1a8eefe3..ec151a912a54 100644 --- a/third_party/pubspec.yaml +++ b/third_party/pubspec.yaml @@ -73,3 +73,6 @@ flutter: # # For details regarding fonts from package dependencies, # see https://flutter.io/custom-fonts/#from-packages + +environment: + flutter: ">=0.3.5 <2.0.0"