Flutter SDK Examples
After configuring Detour credentials and platform link integration, start from the runnable Flutter example app in the plugin repository.
Click the example name below to open its README.md on GitHub and follow setup/test steps.
Example catalog
| Example | What it shows | Recommended when |
|---|---|---|
example | End-to-end DetourService integration (start, pending intent consume flow, initial/runtime/manual handling), analytics calls, Android/iOS deep-link config templates | You want a production-like Flutter integration baseline |
Recommended user path
- Complete SDK Installation.
- Read SDK Usage for service lifecycle and routing model.
- Adapt the example to your package ID, bundle ID, scheme, and Detour domain.
- Validate behavior with Testing & Troubleshooting.