simple_push_notification 0.4.5
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_notificationThis 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.5Alternatively, 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';