notification_system 0.0.1 copy "notification_system: ^0.0.1" to clipboard
notification_system: ^0.0.1 copied to clipboard

A comprehensive notification handling package for Flutter, supporting Firebase, Local Notifications, and In-App messaging.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add notification_system

With Flutter:

 $ flutter pub add notification_system

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  notification_system: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:notification_system/notification_system.dart';
1
likes
0
points
172
downloads

Publisher

verified publisherahmed-alkamel.eyssoft.com

Weekly Downloads

A comprehensive notification handling package for Flutter, supporting Firebase, Local Notifications, and In-App messaging.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

firebase_messaging, flutter, flutter_local_notifications, freezed_annotation, get_it, injectable, intl, json_annotation, overlay_support, permission_handler, shared_preferences

More

Packages that depend on notification_system