- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/1.0.0
- This version introduces the Grand Rename for all native SDKs. You can read more about the motivation behind these changes here.
- Upgrade to the latest Kotlin SDK version introducing a new
TelemetryDeck
class and more. - Upgrade to the latest Swift SDK version with various improvements.
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.6.0
- Update coordinates for Kotlin SDK to Maven Central
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.5.1
- Fix a possible crash when calling
stop()
.
- 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
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.4.0
- Updated
flutter_lints
dependency - Updated package to make it compliant with flutter package rules
- Made all calls in
Telemetrydecksdk
class static - no need to create an instance anymore additionalPayload
takes 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.
- TelemetryDeck SDK is now available for macOS apps
- Improvements to documentation and pub.dev listing
- The initial release of TelemetryDeck SDK for Flutter
- The initial release of TelemetryDeck SDK for Flutter