deeplink_listener 1.0.4 copy "deeplink_listener: ^1.0.4" to clipboard
deeplink_listener: ^1.0.4 copied to clipboard

Deep linking allows your app to respond to links, whether they come from emails, websites, or other apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add deeplink_listener

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

dependencies:
  deeplink_listener: ^1.0.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:deeplink_listener/deeplink_listener.dart';
0
likes
150
points
19
downloads

Publisher

verified publisherdarith.info

Weekly Downloads

Deep linking allows your app to respond to links, whether they come from emails, websites, or other apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on deeplink_listener

Packages that implement deeplink_listener