smart_links 1.0.0 copy "smart_links: ^1.0.0" to clipboard
smart_links: ^1.0.0 copied to clipboard

PlatformAndroid

Production-grade deep linking for Android and Flutter Web with deferred install referrer support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_links

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

dependencies:
  smart_links: ^1.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:smart_links/smart_links.dart';
0
likes
160
points
57
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Production-grade deep linking for Android and Flutter Web with deferred install referrer support.

Repository (GitHub)
View/report issues

Topics

#deeplink #deep-linking #app-links #flutter-web #install-referrer

License

MIT (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on smart_links

Packages that implement smart_links