-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
37 lines (31 loc) · 898 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
29
30
31
32
33
34
35
36
37
name: dart_fcm
description: A wrapper package for setting up and consuming cloud notifications from firebase
version: 0.1.0
homepage: https://github.com/savannahghi/dart_fcm
repository: https://github.com/savannahghi/dart_fcm
issue_tracker: https://github.com/savannahghi/dart_fcm/issues
documentation: https://github.com/savannahghi/dart_fcm/tree/main/doc
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=2.2.0"
dependencies:
debug_logger: ^0.0.23
firebase_core: ^1.3.0
firebase_messaging: ^10.0.2
flutter:
sdk: flutter
flutter_local_notifications: ^8.0.0
platform: ^3.1.0
rxdart: ^0.27.1
dev_dependencies:
build_runner: ^2.0.4
firebase_messaging_platform_interface: ^3.0.2
flutter_local_notifications_platform_interface: ^4.0.1
flutter_test:
sdk: flutter
lint: ^1.5.3
mockito: ^5.0.10
test:
test_api: '>=0.2.19'
timezone: ^0.7.0
flutter: