simple_push_notification 0.4.5 copy "simple_push_notification: ^0.4.5" to clipboard
simple_push_notification: ^0.4.5 copied to clipboard

An extended package for handling firebase push notification service and notification navigation in a simple way.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_push_notification

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

dependencies:
  simple_push_notification: ^0.4.5

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:simple_push_notification/simple_push_notification.dart';
5
likes
150
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

An extended package for handling firebase push notification service and notification navigation in a simple way.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

firebase_core, firebase_messaging, flutter, flutter_local_notifications

More

Packages that depend on simple_push_notification