All notable changes to this project will be documented in this file.
- README: Rewrite to match Magic ecosystem format (centered logo, badges, features table, quick start)
- doc/ folder: Add comprehensive documentation (installation, configuration, drivers, handlers, CLI, architecture)
- Package naming: Fix
fluttersdk_magic_deeplink→magic_deeplinkreferences for pub.dev publishing
- Unified Deep Link API: Single interface for iOS Universal Links and Android App Links
- Driver Pattern: Extensible driver architecture with
AppLinksDriveras default - Route Handler: Automatically maps deep link paths to Magic Routes via
RouteDeeplinkHandler - OneSignal Integration: Seamless notification click → deep link handling via
OneSignalDeeplinkHandler - CLI Tools:
installcommand generates config,generatecommand producesapple-app-site-associationandassetlinks.json - Service Provider:
DeeplinkServiceProviderfor automatic DI registration and boot