configure_flutter_deep_links
Configure deep linking for Flutter by specifying a custom scheme and domain host to generate go_router routes, Android assetlinks.json, iOS apple-app-site-association, and FCM push notification routing.
Instructions
Configures go_router deep linking, Android App Links (assetlinks.json), iOS Universal Links (apple-app-site-association), and FCM push notification routing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routes | No | ||
| domainHost | Yes | Domain host for Universal Links (e.g. 'app.example.com'). | app.example.com |
| customScheme | Yes | Custom URL scheme (e.g. 'myapp'). | myapp |