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

Commit 010b7ea

Browse files
committed
Update pubspec
1 parent 6bd80ee commit 010b7ea

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: android_alarm_manager
22
description: Flutter plugin for accessing the Android AlarmManager service, and
33
running Dart code in the background when alarms fire.
4-
version: 0.4.4+2
5-
author: Flutter Team <[email protected]>
4+
version: 0.4.5
65
homepage: https://github.com/flutter/plugins/tree/master/packages/android_alarm_manager
76

87
dependencies:
@@ -15,10 +14,8 @@ flutter:
1514
android:
1615
package: io.flutter.plugins.androidalarmmanager
1716
pluginClass: AndroidAlarmManagerPlugin
18-
ios:
19-
prefix: FLT
2017

2118
environment:
2219
sdk: ">=2.0.0-dev.28.0 <3.0.0"
2320
# TODO(bkonyi): set minimum Flutter version to next stable release
24-
flutter: ">=1.2.0 <2.0.0"
21+
flutter: ">=1.10.0 <2.0.0"

0 commit comments

Comments
 (0)