detour_flutter_plugin 1.0.0
detour_flutter_plugin: ^1.0.0 copied to clipboard
Flutter bridge SDK for Detour deferred deep links and analytics.
1.0.0 #
- Stable release.
- Set up automated pub.dev publishing via GitHub Actions (OIDC).
- Clean up
pubspec.yaml: add topics, issue tracker, remove boilerplate.
0.1.0 #
- Refactor plugin into a thin bridge over native Detour SDKs.
- Android now consumes
com.swmansion:detourinstead 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).