instabug_flutter 10.0.1 instabug_flutter: ^10.0.1 copied to clipboard
Deliver the best user experience through a comprehensive platform that will help you uncover, analyze and fix any app performance, quality or stability issues.
v10.0.1 (2021-08-25) #
- Fixes an issue with http client logger.
v10.0.0 (2021-08-04) #
- Bumps Instabug native SDKs to v10.8
v9.2.0 (2021-08-02) #
- 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
.
v9.2.0-nullsafety.0 (2021-07-14) #
- 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
.
v9.1.9 (2021-05-11) #
- Adds support for overriding the replies notification string values through
repliesNotificationTeamName
,repliesNotificationReplyButton
,repliesNotificationDismissButton
- Removes the use of
android:requestLegacyExternalStorage
attribute on Android
v9.1.8 (2021-02-17) #
- Fixes an issue with iOS invocation events causing the welcome message not to show.
v9.1.7 (2020-10-01) #
- 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
v9.1.6 (2020-07-13) #
- 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.
v9.1.0 (2020-03-19) #
- Bump Native SDKs to v9.1
v9.0.6 (2020-01-29) #
- Bump iOS Native SDK to v9.0.6
v9.0.5 (2020-01-27) #
- Bump Native SDKs to v9.0.5
Version 9.0.1 (2019-12-12) #
- Added enum
CustomTextPlaceHolderKey.reportQuestion
which maps toInstabugCustomTextPlaceHolder.Key.REPORT_QUESTION
on Android andkIBGAskAQuestionStringName
on iOS
Version 9.0.0 (2019-12-09) #
- Updated native SDKs to v9.0
Version 8.7.0 (2019-11-11) #
- Updates native SDK dependencies to 8.7
Version 8.6.4 (2019-09-16) #
- Updates native SDK dependencies to 8.6.3
Version 8.6.3 (2019-09-05) #
- Updates native SDK dependencies to 8.6.2
Version 8.6.1 (2019-08-26) #
- Bumps version to 8.6 to be in sync with other platforms.
- Updates native SDK dependencies to 8.6.1.
Version 1.0.0 (2019-07-29) #
⚠️ Package on pub has been renamed to instabug_flutter
the old package instabug
is deprecated
Version 1.0.0-beta.5 (2019-07-22) #
- Adds Network logging feature for the dart:io package HttpClient.
- Fixes a linker issue on iOS when using Swift and CocoaPods.
- Bumps native iOS and Android dependencies to version 8.5.
Version 1.0.0-beta.4 (2019-06-25) #
- Fixes crash on Android on launching the sample app.
Version 1.0.0-beta.3 (2019-05-28) #
-
Fixes
Locale
enum name collision withdart.ui
library. UseIBGLocale
instead. -
Updates Native SDK's to version 8.4
Version 1.0.0-beta.2 (2019-05-22) #
⚠️ Check the README.md integration steps to add our new maven repository in android
- Bump native SDK's to version 8.3
- Fixes issue of manually invoking BugReporting
Version 1.0.0-beta.1 (2019-04-16) #
- Adds New Sample App
- Adds Replies Api mappings
- Adds Chats Api mappings
- Adds FeatureRequests Api mappings.
Version 0.0.4 (2019-04-14) #
- Adds hasRespondedToSurvey API mapping.
- Adds showSurvey API mapping.
- Adds showSurveyIfAvailable API mapping.
- Adds setShouldShowWelcomeScreen API mapping.
- Adds setOnDismissCallback API mapping.
- Adds setOnShowCallback API mapping.
- Adds getAvailableSurveys API mapping.
- Adds setAutoShowingEnabled API mapping.
- Adds Surveys.setEnabled API mapping.
- Adds showWithOptions API mapping.
- Adds setInvocationOptions API mapping.
- Adds setExtendedBugReportMode API mapping.
- Adds setReportTypes API mapping.
- Adds setEnabledAttachmentTypes API mapping.
- Adds setInvocationEvents API mapping.
- Adds setOnDismissCallback API mapping.
- Adds setOnInvokeCallback API mapping.
- Adds BugReporting.setEnabled API mapping.
- Adds setWelcomeMessageMode API mapping.
- Adds addFileAttachmentWithURL, addFileAttachmentWithData, clearFileAttachments API mapping.
- Adds setUserData API mapping.
- Adds setPrimaryColor API mapping.
- Adds setSessionProfilerEnabled API mapping.
Version 0.0.3 (2019-03-21) #
- Divides the library into separate modules: (
Instabug
,BugReporting
,InstabugLog
).
Version 0.0.2 (2019-03-20) #
- Adds more API mappings.
Version 0.0.1 (2019-03-07) #
Adds the following APIs:
- start(String token, List
- showWelcomeMessageWithMode(WelcomeMessageMode welcomeMessageMode)