detour_flutter_plugin 1.0.1 copy "detour_flutter_plugin: ^1.0.1" to clipboard
detour_flutter_plugin: ^1.0.1 copied to clipboard

Flutter bridge SDK for Detour deferred deep links and analytics.

1.0.1 #

  • Fix Android Maven dependency coordinates to com.swmansion.detour:detour-sdk.

1.0.0 #

  • Refactor plugin into a thin bridge over native Detour SDKs.
  • Android now consumes com.swmansion.detour:detour-sdk instead of embedded native implementation.
  • iOS now consumes Detour CocoaPod instead of embedded native implementation.
  • Remove Flutter API methods without 1:1 native equivalent: mountAnalytics, unmountAnalytics, resetSession.
  • logEvent now accepts only predefined DetourEventName values.
  • Refresh unit/integration/example tests to match the current API.
  • Add DetourService helper for routing-safe integration (resolveInitialLink + linkStream merge, consume semantics, short duplicate suppression window).