notification_kit 1.1.5
notification_kit: ^1.1.5 copied to clipboard
Flutter package for FCM, local and push notifications, permissions, Android notification channels, and notification tap handling with a single initialization call.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add notification_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
notification_kit: ^1.1.5Alternatively, 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_kit/notification_kit.dart';