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/
19
19
# The .vscode folder contains launch configuration and tasks you configure in
20
20
# VS Code which you may wish to be included in version control, so this line
21
21
# is commented out by default.
22
- # .vscode/
22
+ .vscode /
23
23
24
24
# Flutter/Dart/Pub related
25
25
# 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 1
1
## 0.4.0
2
+
2
3
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.4.0
3
4
- Updated ` flutter_lints ` dependency
4
5
- Updated package to make it compliant with flutter package rules
5
6
- Made all calls in ` Telemetrydecksdk ` class static - no need to create an instance anymore
6
7
- ` 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.
7
9
8
10
## 0.3.0
11
+
9
12
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.3.0
10
13
11
14
## 0.2.0
15
+
12
16
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.2.0
13
17
14
18
## 0.1.0
19
+
15
20
- TelemetryDeck SDK is now available for macOS apps
16
21
- Improvements to documentation and pub.dev listing
17
22
18
23
## 0.0.5
24
+
19
25
- https://github.com/TelemetryDeck/FlutterSDK/releases/tag/0.0.5
20
26
21
27
## 0.0.4
28
+
22
29
- The initial release of TelemetryDeck SDK for Flutter
23
30
24
31
## 0.0.3
32
+
25
33
- The initial release of TelemetryDeck SDK for Flutter
You can’t perform that action at this time.
0 commit comments