forked from KevinTheGray/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
28 lines (24 loc) · 796 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: android_alarm_manager
description: Flutter plugin for accessing the Android AlarmManager service, and
running Dart code in the background when alarms fire.
# 0.4.y+z is compatible with 1.0.0, if you land a breaking change bump
# the version to 2.0.0.
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
version: 0.4.5+17
homepage: https://github.com/flutter/plugins/tree/master/packages/android_alarm_manager
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.8.0
flutter:
plugin:
platforms:
android:
package: io.flutter.plugins.androidalarmmanager
pluginClass: AndroidAlarmManagerPlugin
environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"