notification_history 1.0.5 copy "notification_history: ^1.0.5" to clipboard
notification_history: ^1.0.5 copied to clipboard

A Flutter package providing a local database and UI to seamlessly manage, store, and display push notification history (including FCM) in your apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add notification_history

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

dependencies:
  notification_history: ^1.0.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_history/notification_history.dart';
1
likes
160
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package providing a local database and UI to seamlessly manage, store, and display push notification history (including FCM) in your apps.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cupertino_icons, firebase_core, firebase_messaging, flutter, flutter_local_notifications, get_it, path, sqflite

More

Packages that depend on notification_history