File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.5.0 16 Dec 2020
2
+ * Use 1.4.+ AppSpector Android SDK
3
+ * Fix issue with missing Content-Length header
4
+
1
5
## 0.4.0 6 Oct 2020
2
6
* Support new Flutter version (1.22.0)
3
7
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ API keys required for the SDK initialisation will be available on the Apps setti
43
43
## Add AppSpector plugin to pubspec.yaml
44
44
``` yaml
45
45
dependencies
46
- appspector : ' 0.4 .0'
46
+ appspector : ' 0.5 .0'
47
47
` ` `
48
48
49
49
## Initialize AppSpector plugin
Original file line number Diff line number Diff line change 1
1
name : appspector
2
2
description : A plugin that integrate AppSpector to your Flutter project.
3
- version : 0.4 .0
3
+ version : 0.5 .0
4
4
homepage : https://github.com/appspector/flutter-plugin
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments