easy_fcm 0.0.1 copy "easy_fcm: ^0.0.1" to clipboard
easy_fcm: ^0.0.1 copied to clipboard

The easiest way to handle Firebase Notifications in Flutter. Auto-handles foreground pop-ups and channels.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_fcm

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

dependencies:
  easy_fcm: ^0.0.1

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:easy_fcm/easy_fcm.dart';
0
likes
140
points
104
downloads

Publisher

unverified uploader

Weekly Downloads

The easiest way to handle Firebase Notifications in Flutter. Auto-handles foreground pop-ups and channels.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

firebase_core, firebase_messaging, flutter, flutter_local_notifications

More

Packages that depend on easy_fcm