notify_pilot 1.0.2
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_pilotThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
notify_pilot: ^1.0.2Alternatively, 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';