PackageTrack
Sign in Get early access

telemetrydecksdk

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

4.0.0 3.2K downloads/mo #4523 most downloaded on pub.dev TelemetryDeck/FlutterSDK

What this package is like to depend on

Last release 2 months ago

12 Jun 2026

Release timing varies

gaps range from 2 weeks to 8 months

Nearly every release is documented

notes for 19 of 21 stable releases

Nothing withdrawn

no release was ever pulled

3 years old

21 releases · first in 2024

2 releases in the last 12 months

see the full history below

Release timeline

21 releases · Feb 2024 to Jun 2026
2025 2026
Release Pre-release

Releases

latest 21
  1. 4.0.0 12 Jun 2026
    Release notes
    • 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.

    Open source →
  2. 3.0.0 16 Dec 2025
    Release notes
    • 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

    Open source →
  3. 2.5.0 17 Apr 2025
    Release notes
    • https://github.com/TelemetryDeck/FlutterSDK/releases/tag/2.5.0
    Open source →
  4. 2.4.0 03 Apr 2025
    Release notes
    • https://github.com/TelemetryDeck/FlutterSDK/releases/tag/2.4.0

    • This update adds support for duration signals and custom namespace configuration

    Open source →
  5. 2.3.0 20 Mar 2025
    Release notes
    • https://github.com/TelemetryDeck/FlutterSDK/releases/tag/2.3.0

    • This update introduces the latest features from the native SDKs, including support for the new session tracking and acquisition parameters.

    • The SwiftSDK for macOS has been updated to version 2.9.1

    • The SwiftSDK for iOS has been updated to version 2.9.1

    • The KotlinSDK for Android has been updated to 6.0.1

    Open source →
  6. 2.2.0 14 Feb 2025
    Release notes
    • https://github.com/TelemetryDeck/FlutterSDK/releases/tag/2.2.0
    Open source →
  7. 2.1.0 06 Feb 2025
    Release notes
    • 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.
    Open source →
  8. 2.0.1 06 Jan 2025
    Release notes
    • https://github.com/TelemetryDeck/FlutterSDK/releases/tag/2.0.1
    • The SwiftSDK for macOS has been updated to the latest version
    • Added the option to provide a custom salt for macOS targets
    Open source →
  9. 2.0.0 06 Jan 2025
    Release notes
    • https://github.com/TelemetryDeck/FlutterSDK/releases/tag/2.0.0
    • The KotlinSDK has been updated to version 4.0.2 introducing automatic generation of random user identifiers (link) and other improvements.
    • Added the option to provide a custom salt for consistent user identifiers.
    Open source →
  10. 1.0.0 16 Dec 2024
    Release notes
    • 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.
    Open source →
  11. 0.6.0 02 Aug 2024
    Release notes
    • https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.6.0
    • Update coordinates for Kotlin SDK to Maven Central
    Open source →
  12. 0.5.1 26 Jul 2024
    Release notes
    • https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.5.1
    • Fix a possible crash when calling stop().
    Open source →
  13. 0.5.0 22 Jul 2024
    Release notes
    • 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
    Open source →
  14. 0.4.0 07 May 2024
    Release notes
    • 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.
    Open source →
  15. 0.3.0 25 Apr 2024
    Release notes
    • https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.3.0
    Open source →
  16. 0.2.0 23 Apr 2024
    Release notes
    • https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.2.0
    Open source →
  17. 0.1.0 22 Apr 2024
    Release notes
    • TelemetryDeck SDK is now available for macOS apps
    • Improvements to documentation and pub.dev listing
    Open source →
  18. 0.0.5 13 Feb 2024
    Release notes
    • https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.0.5
    Open source →
  19. 0.0.3 12 Feb 2024
    Release notes
    • The initial release of TelemetryDeck SDK for Flutter
    Open source →
  20. 0.0.2 12 Feb 2024

    Nothing published for this version

  21. 0.0.1 05 Feb 2024

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive