Skip to content

Commit 33a5423

Browse files
Chris YangEgor
authored andcommitted
[battery] update dart deps lower bound to 2.1.0 (flutter#2748)
1 parent 0c56a73 commit 33a5423

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/battery/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
3+
* Update lower bound of dart dependency to 2.1.0.
4+
15
## 1.0.0
26

37
* 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: battery
22
description: Flutter plugin for accessing information about the battery state
33
(full, charging, discharging) on Android and iOS.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/battery
5-
version: 1.0.0
5+
version: 1.0.1
66

77
flutter:
88
plugin:
@@ -28,5 +28,5 @@ dev_dependencies:
2828
pedantic: ^1.8.0
2929

3030
environment:
31-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
31+
sdk: ">=2.1.0 <3.0.0"
3232
flutter: ">=1.12.13+hotfix.5 <2.0.0"

0 commit comments

Comments
 (0)