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

discontinuedreplaced by: urlynk_flutter

A flutter package for deep links, enabling app redirection or store downloads if not installed, while preserving link data through the installation process.

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: ^1.0.11

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

A flutter package for deep links, enabling app redirection or store downloads if not installed, while preserving link data through the installation process.

License

BSD-3-Clause (license)

Dependencies

flutter, http

More

Packages that depend on deeplynks