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

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.7

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';
7
likes
150
points
595
downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, http

More

Packages that depend on deeplynks