detour_flutter_plugin 1.2.0
detour_flutter_plugin: ^1.2.0 copied to clipboard
Flutter bridge SDK for Detour deferred deep links and analytics.
1.2.0 #
- Improve universal link analytics.
- Update native SDK requirements to Android
1.1.0and iOS1.1.0.
1.1.1 #
- Override native
X-SDKheader toflutter/<plugin-version>when requests are made via the Flutter wrapper. - Update native SDK requirements to Android
1.0.1and iOS1.0.2.
1.1.0 #
- iOS native SDK is now consumed via CocoaPods (
Detour ~> 1.0.1) instead of bundled source files. - Remove embedded iOS SDK sources (
ios/Sources/Detour/). - Improve example app with configurable placeholders and setup documentation.
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-sdkinstead of embedded native implementation. - iOS now consumes
DetourCocoaPod instead of embedded native implementation. - Remove Flutter API methods without 1:1 native equivalent:
mountAnalytics,unmountAnalytics,resetSession. logEventnow accepts only predefinedDetourEventNamevalues.- Refresh unit/integration/example tests to match the current API.
- Add
DetourServicehelper for routing-safe integration (resolveInitialLink+linkStreammerge, consume semantics, short duplicate suppression window).