telemetrydecksdk 0.5.1
telemetrydecksdk: ^0.5.1 copied to clipboard
Flutter SDK for TelemetryDeck, a privacy-conscious analytics service for apps and websites
0.5.1 #
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.5.1
- Fix a possible crash when calling
stop().
0.5.0 #
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.5.0
- Add support for navigation signals
- Upgrades to the latest version of the Swift and Kotlin SDKs
0.4.0 #
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.4.0
- Updated
flutter_lintsdependency - Updated package to make it compliant with flutter package rules
- Made all calls in
Telemetrydecksdkclass static - no need to create an instance anymore additionalPayloadtakes aMap<String, dynamic>now instead of aMap<String, String>and values will now be stringified automatically- Fixes an issue which causes signals from Android to always appear in test mode.
0.1.0 #
- TelemetryDeck SDK is now available for macOS apps
- Improvements to documentation and pub.dev listing
0.0.4 #
- The initial release of TelemetryDeck SDK for Flutter
0.0.3 #
- The initial release of TelemetryDeck SDK for Flutter