From 1a067638f51cb24e6687a49fd11dd594690f1a50 Mon Sep 17 00:00:00 2001 From: Michael Klimushyn Date: Mon, 14 Oct 2019 12:11:58 -0700 Subject: [PATCH] [android_intent] Bump the Flutter SDK min version The previous minimum was too low to support the V2 embedding at compile time. The latest stable appears to be the oldest version that works with the plugin. --- packages/android_intent/example/pubspec.yaml | 3 +++ packages/android_intent/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/android_intent/example/pubspec.yaml b/packages/android_intent/example/pubspec.yaml index 79c1cea0a8cd..179eb7d4d157 100644 --- a/packages/android_intent/example/pubspec.yaml +++ b/packages/android_intent/example/pubspec.yaml @@ -10,3 +10,6 @@ dependencies: # The following section is specific to Flutter. flutter: uses-material-design: true + +environment: + flutter: ">=1.9.1+hotfix.2 <2.0.0" \ No newline at end of file diff --git a/packages/android_intent/pubspec.yaml b/packages/android_intent/pubspec.yaml index bcb73cf76636..7be5ec023f7c 100644 --- a/packages/android_intent/pubspec.yaml +++ b/packages/android_intent/pubspec.yaml @@ -22,4 +22,4 @@ dev_dependencies: sdk: flutter environment: sdk: ">=2.0.0-dev.28.0 <3.0.0" - flutter: ">=1.2.0 <2.0.0" + flutter: ">=1.6.7 <2.0.0"