deep_link_router 0.0.3
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_routerThis 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.3Alternatively, 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';