deeplynks 1.0.5 copy "deeplynks: ^1.0.5" to clipboard
deeplynks: ^1.0.5 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 Dart:

 $ dart pub add deeplynks

With Flutter:

 $ flutter pub add deeplynks

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

dependencies:
  deeplynks: ^1.0.5

Alternatively, your editor might support dart pub get or 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
0
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

License

unknown (license)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on deeplynks