Releases: Instabug/Instabug-Flutter
Releases · Instabug/Instabug-Flutter
Pre-release v9.2.0-nullsafety.0
- 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
.
Release v9.1.9
- Adds support for overriding the replies notification string values through
repliesNotificationTeamName
,repliesNotificationReplyButton
,repliesNotificationDismissButton
- Removes the use of
android:requestLegacyExternalStorage
attribute on Android
Release v9.1.8
- Fixes an issue with iOS invocation events causing the welcome message not to show.
Release v9.1.7
- Adds support for the Azerbaijani locale
- Adds support for the Enable/Disable APIs on Android
- Bumps Instabug iOS SDK to v9.1.7
- Bumps Instabug Android SDK to v9.1.8
Release v9.1.6
- Added CrashReporting
- Added setShakingThresholdForiPhone, setShakingThresholdForiPad and setShakingThresholdForAndroid APIs
- Added Proguard rules to protect Flutter bridge class and method names from getting obfuscated when the minifyEnabled flag is set to true.
Release v9.1.0
- Bump Native SDKs to v9.1
Release v9.0.6
- Bump iOS Native SDK to v9.0.6
Release v9.0.5
- Bump Native SDKs to v9.0.5
Release v9.0.1
- Added enum
CustomTextPlaceHolderKey.reportQuestion
which maps toInstabugCustomTextPlaceHolder.Key.REPORT_QUESTION
on Android andkIBGAskAQuestionStringName
on iOS
Release v9.0.0
- Updated native SDKs to v9.0