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