Skip to content

Commit 56fc984

Browse files
fix(battery_plus): Incorrect minimum version configuration. (#3364)
Co-authored-by: Volodymyr Buberenko <[email protected]>
1 parent 6561666 commit 56fc984

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/battery_plus/battery_plus/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ A Flutter plugin to access various information about the battery of the device t
1616

1717
## Requirements
1818

19-
- Flutter >=3.19.0
20-
- Dart >=3.3.0 <4.0.0
19+
- Flutter >=3.22.0
20+
- Dart >=3.4.0 <4.0.0
2121
- iOS >=12.0
2222
- MacOS >=10.14
2323
- Android `compileSDK` 34

packages/battery_plus/battery_plus/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: battery_plus_example
22
description: Demonstrates how to use the battery_plus plugin.
33

44
environment:
5-
sdk: '>=3.3.0 <4.0.0'
6-
flutter: '>=3.19.0'
5+
sdk: '>=3.4.0 <4.0.0'
6+
flutter: '>=3.22.0'
77

88
dependencies:
99
flutter:

packages/battery_plus/battery_plus/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ dev_dependencies:
4545
plugin_platform_interface: ^2.1.4
4646

4747
environment:
48-
sdk: ">=3.3.0 <4.0.0"
49-
flutter: ">=3.19.0"
48+
sdk: ">=3.4.0 <4.0.0"
49+
flutter: ">=3.22.0"

0 commit comments

Comments
 (0)