instabug_flutter 9.0.6
instabug_flutter: ^9.0.6 copied to clipboard
Instabug is an in-app feedback and bug reporting tool for mobile apps. With just a simple shake, your users or beta testers can report bugs or send in-app feedback and the SDK will capture an enviro [...]
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)