notification_master 0.0.3 copy "notification_master: ^0.0.3" to clipboard
notification_master: ^0.0.3 copied to clipboard

A multi-platform Flutter notification plugin with custom channels, background polling, and foreground service support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add notification_master

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

dependencies:
  notification_master: ^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_master/notification_master.dart';
6
likes
150
points
35
downloads

Publisher

verified publisherswanflutterdev.com

Weekly Downloads

A multi-platform Flutter notification plugin with custom channels, background polling, and foreground service support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on notification_master

Packages that implement notification_master