notify_pilot 1.0.2 copy "notify_pilot: ^1.0.2" to clipboard
notify_pilot: ^1.0.2 copied to clipboard

Unified notification API for Flutter. Local + push + scheduled notifications in 3 lines. Cron scheduling, auto-grouping, notification history, action buttons, analytics.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add notify_pilot

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

dependencies:
  notify_pilot: ^1.0.2

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:notify_pilot/notify_pilot.dart';
1
likes
150
points
105
downloads

Documentation

API reference

Publisher

verified publisherramprasadsreerama.co.in

Weekly Downloads

Unified notification API for Flutter. Local + push + scheduled notifications in 3 lines. Cron scheduling, auto-grouping, notification history, action buttons, analytics.

Repository (GitHub)
View/report issues

Topics

#notifications #push-notifications #fcm #local-notifications #live-activities

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on notify_pilot

Packages that implement notify_pilot