notification_system 0.0.3 copy "notification_system: ^0.0.3" to clipboard
notification_system: ^0.0.3 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 Flutter:

 $ flutter pub add notification_system

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

dependencies:
  notification_system: ^0.0.3

Alternatively, your editor might support 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
140
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

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on notification_system