flutter_awesome_deeplink 0.0.2
flutter_awesome_deeplink: ^0.0.2 copied to clipboard
Platform-optimized deferred deep links for Flutter with 96%+ attribution success rates. Unified normal and deferred deep link handling with Android Install Referrer API and optional iOS clipboard dete [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_awesome_deeplinkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_awesome_deeplink: ^0.0.2Alternatively, 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';