telemetrydecksdk 4.0.0 copy "telemetrydecksdk: ^4.0.0" to clipboard
telemetrydecksdk: ^4.0.0 copied to clipboard

Flutter SDK for TelemetryDeck, a privacy-conscious analytics service for apps and websites

4.0.0 #

  • https://github.com/TelemetryDeck/FlutterSDK/releases/tag/4.0.0

  • Swift Package Manager support The iOS and macOS plugins now ship as Swift packages, so they integrate with Flutter's SwiftPM-based plugin resolution. While CocoaPods continues to work, we recommend that you try to switch to SPM as soon as possible.

  • [Android] The KotlinSDK has been updated to 7.0.0.

  • [BREAKING] Minimum platform versions have been raised:

    • Flutter: now requires >=3.41.0
    • iOS: minimum deployment target raised to iOS 13.0 (was 12.0)
    • macOS: minimum deployment target raised to macOS 10.15 (was 10.11)
    • Android: minSdkVersion raised to 23 (was 21)
  • [Android] The toolchain has moved to Kotlin 2.3.21 and Android Gradle Plugin 9.2.1. If you pin these in your app's build.gradle, update ext.kotlin_version = '2.3.21' and your AGP version accordingly.

3.0.0 #

  • https://github.com/TelemetryDeck/FlutterSDK/releases/tag/3.0.0

  • This update introduces the latest features from the native SDKs including:

    • it's now possible to set floatValue
    • added helper methods: acquiredUser, leadStarted, leadConverted, onboardingCompleted, coreFeatureUsed, paywallShown, purchaseCompleted, referralSent, userRatingSubmitted and errorOccurred
  • [Android] Gradle Kotlin 2.2.20 and Gradle 8.14

2.5.0 #

2.4.0 #

2.3.0 #

2.2.0 #

2.1.0 #

  • https://github.com/TelemetryDeck/FlutterSDK/releases/tag/2.1.0

  • It's now possible to set defaultSignalPrefix, defaultParameterPrefix as well as a map of defaultParameters in the TelemetryManagerConfiguration class. This allows you to set default values for all signals and parameters sent by the SDK.

  • The SwiftSDK for macOS has been updated to version 2.7.2

  • The SwiftSDK for iOS has been updated to version 2.7.2

  • The KotlinSDK for Android has been updated to 4.1.0

Notes #

  • The minimum Kotlin compiler version has been raised to 2.0.21 and can be configured by setting ext.kotlin_version = '2.0.21' in your build.gradle file.

2.0.1 #

2.0.0 #

1.0.0 #

0.6.0 #

0.5.1 #

0.5.0 #

0.4.0 #

  • 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 a Map<String, dynamic>now instead of a Map<String, String> and values will now be stringified automatically
  • Fixes an issue which causes signals from Android to always appear in test mode.

0.3.0 #

0.2.0 #

0.1.0 #

  • TelemetryDeck SDK is now available for macOS apps
  • Improvements to documentation and pub.dev listing

0.0.5 #

0.0.4 #

  • The initial release of TelemetryDeck SDK for Flutter

0.0.3 #

  • The initial release of TelemetryDeck SDK for Flutter
10
likes
160
points
2.42k
downloads

Documentation

Documentation
API reference

Publisher

verified publishertelemetrydeck.com

Weekly Downloads

Flutter SDK for TelemetryDeck, a privacy-conscious analytics service for apps and websites

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on telemetrydecksdk

Packages that implement telemetrydecksdk