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.
2 parents c153421 + 663a301 commit 53d4624Copy full SHA for 53d4624
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v9.2.0 (2021-08-02)
2
+
3
+* Adds null safety support.
4
+* Fixes a crash when Instabug.start API is called on Android without Platform check.
5
+* Changes all `void ... async` methods to `Future<void> ... async` so that callers can use `await`.
6
7
## v9.2.0-nullsafety.0 (2021-07-14)
8
9
* Adds null safety support.
pubspec.yaml
@@ -1,5 +1,5 @@
name: instabug_flutter
-version: 9.2.0-nullsafety.0
+version: 9.2.0
description: >-
Deliver the best user experience through a comprehensive platform that will
help you uncover, analyze and fix any app performance, quality or stability issues.
0 commit comments