Skip to content

Pre-release v9.2.0-nullsafety.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@AliAbdelfattah AliAbdelfattah released this 26 Jul 11:19
· 379 commits to master since this release
5a1d5b6
  • Adds null safety support.
  • Fixes a crash when Instabug.start API is called on Android without Platform check.
  • Changes all void ... async methods to Future<void> ... async so that callers can use await.