Skip to content

Commit

Permalink
fix(android_intent_plus): set correct environment versions (#3421)
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyCocos authored Jan 9, 2025
1 parent 7c8894b commit dc3ba17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/android_intent_plus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ This plugin allows Flutter apps to launch arbitrary intents when the platform is

## Requirements

- Flutter >=3.3.0
- Dart >=2.18.0 <4.0.0
- Flutter >=3.12.0
- Dart >=3.1.0 <4.0.0
- Android `compileSDK` 34
- Java 17
- Android Gradle Plugin >=8.3.0
Expand Down
4 changes: 2 additions & 2 deletions packages/android_intent_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ topics:
- utils

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.12.0"

flutter:
plugin:
Expand Down

0 comments on commit dc3ba17

Please sign in to comment.