Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

56 lines (35 loc) · 1.96 KB

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