deeplynks 3.0.0
deeplynks: ^3.0.0 copied to clipboard
DeepLynks (now URLynk) is a Flutter package for deep linking. It opens the app directly if it's installed, or redirects to the store for download if not, preserving the link context through installation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add deeplynksThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
deeplynks: ^3.0.0Alternatively, 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:deeplynks/deeplynks.dart';