flutter_awesome_deeplink 0.0.1
flutter_awesome_deeplink: ^0.0.1 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 Dart:
$ dart pub add flutter_awesome_deeplinkWith Flutter:
$ flutter pub add flutter_awesome_deeplinkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_awesome_deeplink: ^0.0.1Alternatively, 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:flutter_awesome_deeplink/flutter_awesome_deeplink.dart';