Skip to content

Commit

Permalink
fix(battery_plus): Incorrect minimum version configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyCocos committed Nov 19, 2024
1 parent 2d69758 commit 450eb44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/battery_plus/battery_plus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ A Flutter plugin to access various information about the battery of the device t

## Requirements

- Flutter >=3.19.0
- Dart >=3.3.0 <4.0.0
- Flutter >=3.22.0
- Dart >=3.4.0 <4.0.0
- iOS >=12.0
- MacOS >=10.14
- Android `compileSDK` 34
Expand Down
4 changes: 2 additions & 2 deletions packages/battery_plus/battery_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ dev_dependencies:
plugin_platform_interface: ^2.1.4

environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

0 comments on commit 450eb44

Please sign in to comment.