-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
50 lines (40 loc) · 1.67 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
41
42
43
44
45
46
47
48
49
50
name: noti
description: >
FireNoti is a powerful notification management solution that leverages Firebase FCM to deliver real-time push notifications with ease.
Designed for developers and businesses, FireNoti provides a seamless way to integrate push notifications into your mobile app,
ensuring your users stay informed and engaged. With features like customizable alerts, instant message delivery, and reliable performance,
FireNoti makes managing notifications simple and efficient. Whether you need to send updates, alerts, or promotional messages,
FireNoti ensures your notifications reach the right audience at the right time.
# This package will not be published to pub.dev
publish_to: 'none'
# The current version of the package, following semantic versioning.
version: 1.0.0+1
# Environment SDK specifies the version of Dart SDK required to run the package.
environment:
sdk: ^3.5.3
# Dependencies required for the application to run.
dependencies:
flutter:
sdk: flutter
firebase_messaging: ^15.1.3
awesome_notifications: ^0.10.0
firebase_core: ^3.6.0
# Development dependencies for testing and linting.
dev_dependencies:
# Flutter Test package for running tests in a Flutter environment.
flutter_test:
sdk: flutter
# Linting package for enforcing code style and best practices.
flutter_lints: ^4.0.0
# Flutter configuration.
flutter:
# Enabling Material Design for the application.
uses-material-design: true
# Assets to be included in the application.
assets:
# Uncomment and add the paths to your image assets.
- assets/sound1.mp3
- assets/sound2.mp3
# - images/a_dot_ham.jpeg
# License information for the package.
license: GPL-3.0