Skip to content

Commit 840f17b

Browse files
Michael Klimushynmormih
Michael Klimushyn
authored andcommitted
[android_intent] Bump the Flutter SDK min version (flutter#2188)
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.
1 parent a228bcb commit 840f17b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/android_intent/example/pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ dependencies:
1010
# The following section is specific to Flutter.
1111
flutter:
1212
uses-material-design: true
13+
14+
environment:
15+
flutter: ">=1.9.1+hotfix.2 <2.0.0"

packages/android_intent/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ dev_dependencies:
2222
sdk: flutter
2323
environment:
2424
sdk: ">=2.0.0-dev.28.0 <3.0.0"
25-
flutter: ">=1.2.0 <2.0.0"
25+
flutter: ">=1.6.7 <2.0.0"

0 commit comments

Comments
 (0)