We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8a65c commit 2ba94bcCopy full SHA for 2ba94bc
2 files changed
packages/battery/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.1
2
+
3
+* Update lower bound of dart dependency to 2.1.0.
4
5
## 1.0.0
6
7
* Bump the package version to 1.0.0 following ecosystem pre-migration (https://github.com/amirh/bump_to_1.0/projects/1).
packages/battery/pubspec.yaml
@@ -2,7 +2,7 @@ name: battery
description: Flutter plugin for accessing information about the battery state
(full, charging, discharging) on Android and iOS.
homepage: https://github.com/flutter/plugins/tree/master/packages/battery
-version: 1.0.0
+version: 1.0.1
flutter:
8
plugin:
@@ -28,5 +28,5 @@ dev_dependencies:
28
pedantic: ^1.8.0
29
30
environment:
31
- sdk: ">=2.0.0-dev.28.0 <3.0.0"
+ sdk: ">=2.1.0 <3.0.0"
32
flutter: ">=1.12.13+hotfix.5 <2.0.0"
0 commit comments