We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8894b commit dc3ba17Copy full SHA for dc3ba17
2 files changed
packages/android_intent_plus/README.md
@@ -16,8 +16,8 @@ This plugin allows Flutter apps to launch arbitrary intents when the platform is
16
17
## Requirements
18
19
-- Flutter >=3.3.0
20
-- Dart >=2.18.0 <4.0.0
+- Flutter >=3.12.0
+- Dart >=3.1.0 <4.0.0
21
- Android `compileSDK` 34
22
- Java 17
23
- Android Gradle Plugin >=8.3.0
packages/android_intent_plus/pubspec.yaml
@@ -10,8 +10,8 @@ topics:
10
- utils
11
12
environment:
13
- sdk: ">=2.18.0 <4.0.0"
14
- flutter: ">=3.3.0"
+ sdk: ">=3.1.0 <4.0.0"
+ flutter: ">=3.12.0"
15
flutter:
plugin:
0 commit comments