deeplink_cli 1.0.0
deeplink_cli: ^1.0.0 copied to clipboard
A powerful Flutter CLI tool to automatically configure, manage, and test custom URL schemes, Android App Links, and iOS Universal Links in your Flutter projects.
Changelog #
1.0.0 #
- Initial release of
deeplink_cli. - Supports automatic deep link configuration for Android (
AndroidManifest.xml, Kotlin/JavaMainActivity) and iOS (Info.plist, Swift/ObjCAppDelegate). - Includes commands to:
init: Initialize deep linking configuration.doctor: Inspect and diagnose current setup configuration.add-scheme/remove-scheme: Safely manage custom URL schemes.enable-app-links/enable-universal-links: Support verification-based App Links and Universal Links.clean: Remove generated files and restore Android/iOS backups.regenerate: Refresh generated Dart routing code.test: Test deep links on booted Android/iOS simulators and devices.