-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
40 lines (36 loc) · 1.12 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
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: 12.0.2
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications
issue_tracker: https://github.com/MaikuB/flutter_local_notifications/issues
dependencies:
clock: ^1.1.0
flutter:
sdk: flutter
flutter_local_notifications_linux: ">=1.0.0 <3.0.0"
flutter_local_notifications_platform_interface: ^6.0.0
timezone: ^0.9.0
dev_dependencies:
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
mockito: ^5.0.8
plugin_platform_interface: ^2.0.0
flutter:
plugin:
platforms:
android:
package: com.dexterous.flutterlocalnotifications
pluginClass: FlutterLocalNotificationsPlugin
ios:
pluginClass: FlutterLocalNotificationsPlugin
macos:
pluginClass: FlutterLocalNotificationsPlugin
linux:
default_package: flutter_local_notifications_linux
environment:
sdk: ">=2.15.0 <3.0.0"
flutter: ">=2.8.0"