Skip to main content

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

ExampleWhat it showsRecommended when
exampleEnd-to-end DetourService integration (start, pending intent consume flow, initial/runtime/manual handling), analytics calls, Android/iOS deep-link config templatesYou want a production-like Flutter integration baseline
  1. Complete SDK Installation.
  2. Read SDK Usage for service lifecycle and routing model.
  3. Adapt the example to your package ID, bundle ID, scheme, and Detour domain.
  4. Validate behavior with Testing & Troubleshooting.