File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.1
2
+
3
+ * Update lower bound of dart dependency to 2.1.0.
4
+
1
5
## 1.0.0
2
6
3
7
* Bump the package version to 1.0.0 following ecosystem pre-migration (https://github.com/amirh/bump_to_1.0/projects/1 ).
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: battery
2
2
description : Flutter plugin for accessing information about the battery state
3
3
(full, charging, discharging) on Android and iOS.
4
4
homepage : https://github.com/flutter/plugins/tree/master/packages/battery
5
- version : 1.0.0
5
+ version : 1.0.1
6
6
7
7
flutter :
8
8
plugin :
@@ -28,5 +28,5 @@ dev_dependencies:
28
28
pedantic : ^1.8.0
29
29
30
30
environment :
31
- sdk : " >=2.0.0-dev.28 .0 <3.0.0"
31
+ sdk : " >=2.1 .0 <3.0.0"
32
32
flutter : " >=1.12.13+hotfix.5 <2.0.0"
You can’t perform that action at this time.
0 commit comments