smart_deeplink_router 0.1.1 copy "smart_deeplink_router: ^0.1.1" to clipboard
smart_deeplink_router: ^0.1.1 copied to clipboard

A simple, elegant Flutter package for deep link routing with guards and redirect memory. Solves deep link + auth + redirect flow with minimal API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_deeplink_router

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

dependencies:
  smart_deeplink_router: ^0.1.1

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

Publisher

unverified uploader

Weekly Downloads

A simple, elegant Flutter package for deep link routing with guards and redirect memory. Solves deep link + auth + redirect flow with minimal API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on smart_deeplink_router