File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ migrate_working_dir/
1919# The .vscode folder contains launch configuration and tasks you configure in
2020# VS Code which you may wish to be included in version control, so this line
2121# is commented out by default.
22- # .vscode/
22+ .vscode /
2323
2424# Flutter/Dart/Pub related
2525# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
Original file line number Diff line number Diff line change 11## 0.4.0
2+
23- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.4.0
34- Updated ` flutter_lints ` dependency
45- Updated package to make it compliant with flutter package rules
56- Made all calls in ` Telemetrydecksdk ` class static - no need to create an instance anymore
67- ` additionalPayload ` takes a ` Map<String, dynamic> ` now instead of a ` Map<String, String> ` and values will now be stringified automatically
8+ - [ Fixes] ( https://github.com/TelemetryDeck/KotlinSDK/pull/27 ) an issue which causes signals from Android to always appear in test mode.
79
810## 0.3.0
11+
912- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.3.0
1013
1114## 0.2.0
15+
1216- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.2.0
1317
1418## 0.1.0
19+
1520- TelemetryDeck SDK is now available for macOS apps
1621- Improvements to documentation and pub.dev listing
1722
1823## 0.0.5
24+
1925- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.0.5
2026
2127## 0.0.4
28+
2229- The initial release of TelemetryDeck SDK for Flutter
2330
2431## 0.0.3
32+
2533- The initial release of TelemetryDeck SDK for Flutter
You can’t perform that action at this time.
0 commit comments