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 3928671 commit 2bb8fd7Copy full SHA for 2bb8fd7
CHANGELOG.md
@@ -1,7 +1,8 @@
1
-## master
+## v9.2.0-nullsafety.0 (2021-07-14)
2
3
-* Change all `void ... async` methods to `Future<void> ... async` so that callers can use `await`.
4
-* Fixes a crash when Instabug.start API is called on Android.
+* Adds null safety support.
+* 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.1.9 (2021-05-11)
8
0 commit comments