notification_manager 1.0.1 copy "notification_manager: ^1.0.1" to clipboard
notification_manager: ^1.0.1 copied to clipboard

A comprehensive Flutter notification manager package that provides local and remote notification support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add notification_manager

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

dependencies:
  notification_manager: ^1.0.1

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_manager/notification_manager.dart';
0
likes
150
points
55
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter notification manager package that provides local and remote notification support.

Repository (GitHub)
View/report issues

Topics

#notification #push-notifications #firebase-messaging #firebase-notification #local-notifications

Documentation

API reference

License

MIT (license)

Dependencies

async, firebase_core, firebase_messaging, flutter, flutter_local_notifications, flutter_shared_utilities, timezone

More

Packages that depend on notification_manager