Pre-release v9.2.0-nullsafety.0
Pre-release
Pre-release
·
379 commits
to master
since this release
- Adds null safety support.
- Fixes a crash when
Instabug.start
API is called on Android without Platform check. - Changes all
void ... async
methods toFuture<void> ... async
so that callers can useawait
.