Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 0a5be95

Browse files
author
Chris Yang
authored
[android_alarm_manager] update dart deps lower bound to 2.1.0 (#2747)
1 parent 2909502 commit 0a5be95

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/android_alarm_manager/CHANGELOG.md

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

37
* Declare API stability and compatibility with `1.0.0` (more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).

packages/android_alarm_manager/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Flutter plugin for accessing the Android AlarmManager service, and
44
# 0.4.y+z is compatible with 1.0.0, if you land a breaking change bump
55
# the version to 2.0.0.
66
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
7-
version: 0.4.5+10
7+
version: 0.4.5+11
88
homepage: https://github.com/flutter/plugins/tree/master/packages/android_alarm_manager
99

1010
dependencies:
@@ -24,5 +24,5 @@ flutter:
2424
pluginClass: AndroidAlarmManagerPlugin
2525

2626
environment:
27-
sdk: ">=2.0.0-dev.28.0 <3.0.0"
27+
sdk: ">=2.1.0 <3.0.0"
2828
flutter: ">=1.12.13+hotfix.5 <2.0.0"

0 commit comments

Comments
 (0)