screen_launch_by_notification 2.3.4
screen_launch_by_notification: ^2.3.4 copied to clipboard
Flutter plugin to detect notification/deep link launches, retrieve payload, and enable automatic routing with zero native setup.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add screen_launch_by_notificationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
screen_launch_by_notification: ^2.3.4Alternatively, 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:screen_launch_by_notification/screen_launch_by_notification.dart';