We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fb661 commit fc2e6eeCopy full SHA for fc2e6ee
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.8.1 20 Sep 2021
2
+* Fix the issue with incorrect User-Agent
3
+
4
## 0.8.0 09 Sep 2021
5
* Support Flutter 2.5
6
README.md
@@ -43,7 +43,7 @@ API keys required for the SDK initialisation will be available on the Apps setti
43
## Add AppSpector plugin to pubspec.yaml
44
```yaml
45
dependencies
46
- appspector: '0.8.0'
+ appspector: '0.8.1'
47
```
48
49
## Initialize AppSpector plugin
pubspec.yaml
@@ -1,6 +1,6 @@
name: appspector
description: A plugin that integrate AppSpector to your Flutter project.
-version: 0.8.0
+version: 0.8.1
homepage: https://github.com/appspector/flutter-plugin
environment:
0 commit comments