-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpubspec.yaml
38 lines (32 loc) · 1.22 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
name: firebase_notifications_handler
description: Easy-to-use Firebase notifications handler with built-in local notifications support, allowing your app to display notifications in the foreground without extra setup.
version: 2.0.2
homepage: https://github.com/rithik-dev/firebase_notifications_handler
repository: https://github.com/rithik-dev/firebase_notifications_handler
issue_tracker: https://github.com/rithik-dev/firebase_notifications_handler/issues
# documentation: https://github.com/rithik-dev/firebase_notifications_handler/blob/master/README.md
topics:
- flutter
- firebase
- messaging
- notifications
- push-notifications
environment:
# constraints from http, path_provider, firebase_messaging, flutter_local_notifications dependencies
sdk: ^3.3.0
flutter: '>=3.19.0'
scripts:
pre_publish: dart format .; flutter pub publish --dry-run
publish_skip_validation: flutter pub publish --skip-validation
publish: flutter pub publish
dependencies:
flutter:
sdk: flutter
http: ^1.2.2
path_provider: ^2.1.4
firebase_messaging: ^15.1.2
flutter_local_notifications: ^17.2.3
dev_dependencies:
flutter_lints: ^5.0.0
false_secrets:
- /example/lib/firebase_options.dart