deeplynks 3.0.0 copy "deeplynks: ^3.0.0" to clipboard
deeplynks: ^3.0.0 copied to clipboard

discontinuedreplaced by: urlynk_flutter

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 deeplynks

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

dependencies:
  deeplynks: ^3.0.0

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:deeplynks/deeplynks.dart';
13
likes
150
points
37
downloads

Documentation

API reference

Publisher

verified publishervalueoutput.com

Weekly Downloads

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.

License

BSD-3-Clause (license)

Dependencies

flutter, http

More

Packages that depend on deeplynks