deeplink_setup 0.1.0
deeplink_setup: ^0.1.0 copied to clipboard
Generate, validate, and diagnose Android App Links and iOS Universal Links from one Flutter CLI.
Example #
From a Flutter app root:
dart pub add --dev deeplink_setup
dart run deeplink_setup:deeplink_setup init --domain example.com
dart run deeplink_setup:deeplink_setup generate
See the sample config in deeplink_config.yaml.
