flutter_awesome_deeplink 0.1.0 copy "flutter_awesome_deeplink: ^0.1.0" to clipboard
flutter_awesome_deeplink: ^0.1.0 copied to clipboard

Complete deep linking solution for Flutter with 96%+ attribution success rates. Handles both normal (real-time) and deferred (post-install) deep links with Android Install Referrer API and optional iO [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_awesome_deeplink

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

dependencies:
  flutter_awesome_deeplink: ^0.1.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:flutter_awesome_deeplink/flutter_awesome_deeplink.dart';
2
likes
140
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

Complete deep linking solution for Flutter with 96%+ attribution success rates. Handles both normal (real-time) and deferred (post-install) deep links with Android Install Referrer API and optional iOS clipboard detection. Privacy-first design with flutter_awesome_logger integration.

Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

app_links, flutter, plugin_platform_interface, shared_preferences, universal_html

More

Packages that depend on flutter_awesome_deeplink

Packages that implement flutter_awesome_deeplink