appsonair_flutter_applink 1.2.4
appsonair_flutter_applink: ^1.2.4 copied to clipboard
The AppsOnAir AppLink Flutter SDK enables deep link tracking and engagement analytics for both iOS and Android. It serves as a powerful alternative to Firebase Dynamic Links.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add appsonair_flutter_applinkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
appsonair_flutter_applink: ^1.2.4Alternatively, 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:appsonair_flutter_applink/appsonair_flutter_applink.dart';