deep_link_router 0.0.3 copy "deep_link_router: ^0.0.3" to clipboard
deep_link_router: ^0.0.3 copied to clipboard

A powerful, extensible deep link handler for Flutter apps with cold install support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add deep_link_router

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

dependencies:
  deep_link_router: ^0.0.3

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:deep_link_router/deep_link_router.dart';
1
likes
130
points
28
downloads

Publisher

verified publisherwebnima.in

Weekly Downloads

A powerful, extensible deep link handler for Flutter apps with cold install support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

AGPL-3.0 (license)

Dependencies

android_play_install_referrer, app_links, flutter, shared_preferences

More

Packages that depend on deep_link_router

Packages that implement deep_link_router