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

Firebase Messaging push UI handler with built-in layouts and action routing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add push_handler

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

dependencies:
  push_handler: ^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:push_handler/push_handler.dart';
0
likes
130
points
351
downloads

Publisher

unverified uploader

Weekly Downloads

Firebase Messaging push UI handler with built-in layouts and action routing.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

dio, firebase_core, firebase_messaging, flutter, flutter_secure_storage, stream_value, url_launcher, value_object_pattern

More

Packages that depend on push_handler