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 [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add notify_sync

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

dependencies:
  notify_sync: ^1.0.0

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:notify_sync/notify_sync.dart';
1
likes
120
points
9
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