instabug_flutter 10.8.0
instabug_flutter: ^10.8.0 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.
10.8.0 - 2021-09-13 #
- Introduces Instabug's new App Performance Monitoring (APM)
10.0.1 - 2021-08-25 #
- Fixes an issue with http client logger.
10.0.0 - 2021-08-04 #
- Bumps Instabug native SDKs to v10.8
9.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
.
9.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
.
9.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
9.1.8 - 2021-02-17 #
- Fixes an issue with iOS invocation events causing the welcome message not to show.
9.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
9.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.
9.1.0 - 2020-03-19 #
- Bump Native SDKs to v9.1
9.0.6 - 2020-01-29 #
- Bump iOS Native SDK to v9.0.6
9.0.5 - 2020-01-27 #
- Bump Native SDKs to v9.0.5
9.0.1 - 2019-12-12 #
- Added enum
CustomTextPlaceHolderKey.reportQuestion
which maps toInstabugCustomTextPlaceHolder.Key.REPORT_QUESTION
on Android andkIBGAskAQuestionStringName
on iOS
9.0.0 - 2019-12-09 #
- Updated native SDKs to v9.0
8.7.0 - 2019-11-11 #
- Updates native SDK dependencies to 8.7
8.6.4 - 2019-09-16 #
- Updates native SDK dependencies to 8.6.3
8.6.3 - 2019-09-05 #
- Updates native SDK dependencies to 8.6.2
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.
1.0.0 - 2019-07-29 #
⚠️ Package on pub has been renamed to instabug_flutter
the old package instabug
is deprecated
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.
1.0.0-beta.4 - 2019-06-25 #
- Fixes crash on Android on launching the sample app.
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
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
1.0.0-beta.1 - 2019-04-16 #
- Adds New Sample App
- Adds Replies Api mappings
- Adds Chats Api mappings
- Adds FeatureRequests Api mappings.
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.
0.0.3 - 2019-03-21 #
- Divides the library into separate modules: (
Instabug
,BugReporting
,InstabugLog
).
0.0.2 - 2019-03-20 #
- Adds more API mappings.
0.0.1 - 2019-03-07 #
Adds the following APIs:
- start(String token, List
- showWelcomeMessageWithMode(WelcomeMessageMode welcomeMessageMode)