fcm_token_manager 0.1.3 copy "fcm_token_manager: ^0.1.3" to clipboard
fcm_token_manager: ^0.1.3 copied to clipboard

An iOS/Android package to manage lifecycle of Firebase tokens.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fcm_token_manager

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

dependencies:
  fcm_token_manager: ^0.1.3

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:fcm_token_manager/fcm_token_manager.dart';
0
likes
150
pub points
54%
popularity

Publisher

unverified uploader

An iOS/Android package to manage lifecycle of Firebase tokens.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

firebase_core, firebase_messaging, flutter, flutter_secure_storage

More

Packages that depend on fcm_token_manager