forked from MaikuB/flutter_local_notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
28 lines (23 loc) · 748 Bytes
/
pubspec.yaml
File metadata and controls
28 lines (23 loc) · 748 Bytes
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: flutter_local_notifications
description: A cross platform plugin for displaying and scheduling local notifications for Flutter applications with the ability to customise for each platform.
version: 0.9.1+3
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications
dependencies:
flutter:
sdk: flutter
platform: ^2.2.1
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^4.1.1
flutter:
plugin:
platforms:
android:
package: com.dexterous.flutterlocalnotifications
pluginClass: FlutterLocalNotificationsPlugin
ios:
pluginClass: FlutterLocalNotificationsPlugin
environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
flutter: ">=1.10.0 <2.0.0"