-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpubspec.yaml
More file actions
37 lines (30 loc) · 661 Bytes
/
pubspec.yaml
File metadata and controls
37 lines (30 loc) · 661 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
29
30
31
32
33
34
35
36
37
name: local_notifier
description: This plugin allows Flutter desktop apps to displaying local notifications.
version: 0.1.6
homepage: https://github.com/leanflutter/local_notifier
platforms:
linux:
macos:
windows:
topics:
- notifications
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
uuid: ">=3.0.7 <5.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
mostly_reasonable_lints: ^0.1.1
flutter:
plugin:
platforms:
linux:
pluginClass: LocalNotifierPlugin
macos:
pluginClass: LocalNotifierPlugin
windows:
pluginClass: LocalNotifierPlugin