easy_app_links 1.0.1
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.jsonand 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