Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ migrate_working_dir/
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
.vscode/

# Flutter/Dart/Pub related
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
## 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](https://github.com/TelemetryDeck/KotlinSDK/pull/27) an issue which causes signals from Android to always appear in test mode.

## 0.3.0

- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.3.0

## 0.2.0

- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.2.0

## 0.1.0

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

## 0.0.5

- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/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