notify_sync 1.0.0 copy "notify_sync: ^1.0.0" to clipboard
notify_sync: ^1.0.0 copied to clipboard

notify_sync is a Flutter package that integrates Firebase Cloud Messaging to handle incoming notifications, displays notifications locally on the device, and stores them in a Hive database for offline [...]

notif_sync is a Flutter package designed to manage notifications efficiently. It integrates Firebase Cloud Messaging, displays notifications using the local notification system, and stores them in Hive for offline access and historical data review.

Features #

  • Firebase Messaging integration for handling incoming notifications.
  • Local notifications to display alerts to the user.
  • Persistent storage of notifications using Hive for offline access.

Getting started #

To start using notif_sync, ensure that your Flutter project is set up with Firebase. You will need to:

dependencies:
  flutter:
    sdk: flutter
  notif_sync: ^1.0.0
1
likes
120
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

notify_sync is a Flutter package that integrates Firebase Cloud Messaging to handle incoming notifications, displays notifications locally on the device, and stores them in a Hive database for offline access. The package is designed to provide an easy-to-use solution for managing notifications in Flutter apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

firebase_core, firebase_messaging, flutter, flutter_local_notifications, hive, hive_flutter, path_provider

More

Packages that depend on notify_sync