instabug_flutter 0.0.4-alpha.1
instabug_flutter: ^0.0.4-alpha.1 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 [...]
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)