firebase_easy_notify 1.0.2 copy "firebase_easy_notify: ^1.0.2" to clipboard
firebase_easy_notify: ^1.0.2 copied to clipboard

The easiest way to handle Firebase Cloud Messaging + Local Notifications + Timezone-aware scheduling in Flutter (Android & iOS)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firebase_easy_notify

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

dependencies:
  firebase_easy_notify: ^1.0.2

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:firebase_easy_notify/firebase_easy_notify.dart';
0
likes
150
points
113
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

The easiest way to handle Firebase Cloud Messaging + Local Notifications + Timezone-aware scheduling in Flutter (Android & iOS)

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

firebase_messaging, flutter, flutter_local_notifications, flutter_timezone, timezone

More

Packages that depend on firebase_easy_notify