easy_app_links 1.0.1 copy "easy_app_links: ^1.0.1" to clipboard
easy_app_links: ^1.0.1 copied to clipboard

A powerful diagnostic tool to verify and handle Android/iOS deep links with zero-config console reporting.

easy_app_links #

A powerful, zero-configuration diagnostic tool for Flutter developers to verify and handle Android & iOS Deep Links. Stop wasting hours debugging SHA-256 mismatches or broken assetlinks.json files.

🚀 Features #

  • Zero-Config Diagnostics: Automatically checks your server's assetlinks.json and compares it with your app's Package Name and SHA-256 fingerprint.
  • Console Reporting: Get a detailed, point-wise health report directly in your IDE terminal.
  • One-Line Setup: Initialize verification and link listening with a single function call.
  • Automatic Parsing: Automatically captures incoming links and parses query parameters into a simple Map.
  • Android 12+ Ready: Provides specific advice for the latest Android verification requirements.

📦 Installation #

Add easy_app_links to your pubspec.yaml:

dependencies:
  easy_app_links: ^1.0.0
1
likes
155
points
44
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful diagnostic tool to verify and handle Android/iOS deep links with zero-config console reporting.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

app_links, flutter, http, package_info_plus

More

Packages that depend on easy_app_links