notification_kit 1.1.5 copy "notification_kit: ^1.1.5" to clipboard
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_kit

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

dependencies:
  notification_kit: ^1.1.5

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_kit/notification_kit.dart';
2
likes
160
points
207
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter package for FCM, local and push notifications, permissions, Android notification channels, and notification tap handling with a single initialization call.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cupertino_icons, firebase_core, firebase_messaging, flutter, flutter_local_notifications, http, path_provider, permission_handler, timezone

More

Packages that depend on notification_kit