screen_launch_by_notification 2.3.4 copy "screen_launch_by_notification: ^2.3.4" to clipboard
screen_launch_by_notification: ^2.3.4 copied to clipboard

discontinuedreplaced by: screen_launch_by_notfication
PlatformAndroidiOS

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_notification

This 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.4

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

Publisher

verified publisherswiftflutter.com

Weekly Downloads

Flutter plugin to detect notification/deep link launches, retrieve payload, and enable automatic routing with zero native setup.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get, plugin_platform_interface

More

Packages that depend on screen_launch_by_notification

Packages that implement screen_launch_by_notification