traput_dynamic_linking 0.0.1 copy "traput_dynamic_linking: ^0.0.1" to clipboard
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_linking

This 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.1

Alternatively, 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';
1
likes
150
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on traput_dynamic_linking

Packages that implement traput_dynamic_linking