traput_dynamic_linking 0.0.1
traput_dynamic_linking: ^0.0.1 copied to clipboard
Traput Dynamic Linking SDK for Flutter. Handles Universal Links (iOS), App Links (Android), and deferred deep links via a single API (Traput.onLink()). Logic-only, no UI.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add traput_dynamic_linkingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
traput_dynamic_linking: ^0.0.1Alternatively, 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:traput_dynamic_linking/traput_dynamic_linking.dart';