deeplink_cli 1.0.0 copy "deeplink_cli: ^1.0.0" to clipboard
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/Java MainActivity) and iOS (Info.plist, Swift/ObjC AppDelegate).
  • 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.
0
likes
140
points
27
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#cli #flutter #deeplink #android #ios

License

MIT (license)

Dependencies

args, path, xml, yaml

More

Packages that depend on deeplink_cli