flashcat_webview_tracking 0.1.0
flashcat_webview_tracking: ^0.1.0 copied to clipboard
A package for tracking FlashCat sessions in a webview
Changelog #
0.1.0 #
- First FlashCat release (forked from
datadog_webview_tracking). - Rebrand to the FlashCat platform: package renamed to
flashcat_webview_tracking; depends onflashcat_flutter_plugin. Native WebView tracking points at the FlashCat SDK forks (iOSFlashcatWebViewTracking, Androidcloud.flashcat:dd-sdk-android-webview).
3.0.2 #
- Fix crash with iOS Webview tracking in Flutter 3.38+.
3.0.1 #
- Properly depend on Datadog 3.0.0.
3.0.0 #
- Update Kotlin version to 2.1.0.
- [Android] Fix
compileSdkto be 35 on main package. - Upgrade Android min versions for v3.
2.2.0 #
- Fix use of webview_flutter in iOS due to API change.
2.1.0 #
- Update constraints on compatible versions of
datadog-sdk-android-webview.
2.0.3 #
- Constrain to compatible versions of
datadog_flutter_plugin
2.0.2 #
- Re-restrict
datadog_webview_pluginversion.
2.0.1 #
- Loosen restrictions on native SDK versions to allow
datadog_flutter_pluginto dictate them.
2.0.0 #
- Update to v2.0 of Datadog SDKs
1.1.0 #
- Add support for Gradle 8
1.0.0 #
- Initial release