File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.1+9
2
+
3
+ * Declare API stability and compatibility with ` 1.0.0 ` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 ).
4
+
1
5
## 0.3.1+8
2
6
3
7
* Make the pedantic dev_dependency explicit.
Original file line number Diff line number Diff line change 1
1
# Battery
2
2
3
+ ** Please set your constraint to ` battery: '>=0.3.y+x <2.0.0' ` **
4
+
5
+ ## Backward compatible 1.0.0 version is coming
6
+ The battery plugin has reached a stable API, we guarantee that version ` 1.0.0 ` will be backward compatible with ` 0.3.y+z ` .
7
+ Please use ` battery: '>=0.3.y+x <2.0.0' ` as your dependency constraint to allow a smoother ecosystem migration.
8
+ For more details see: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
9
+
3
10
[ ![ pub package] ( https://img.shields.io/pub/v/battery.svg )] ( https://pub.dartlang.org/packages/battery )
4
11
5
12
A Flutter plugin to access various information about the battery of the device the app is running on.
Original file line number Diff line number Diff line change @@ -2,7 +2,10 @@ 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 : 0.3.1+8
5
+ # 0.3.y+z is compatible with 1.0.0, if you land a breaking change bump
6
+ # the version to 2.0.0.
7
+ # See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
8
+ version : 0.3.1+9
6
9
7
10
flutter :
8
11
plugin :
You can’t perform that action at this time.
0 commit comments