Releases: Instabug/Instabug-Flutter
Releases · Instabug/Instabug-Flutter
Release v8.6.4
- Updates native SDK dependencies to 8.6.3
Release v8.6.3
- You can now initialize Instabug on Android by calling
Instabug.startfrom Dart, instead of calling the builder method from the application class. - Updates native SDK dependencies to 8.6.2
Release v8.6.1
- Bumps version to 8.6 to be in sync with other platforms.
- Updates native SDK dependencies to 8.6.1.
Release v1.0.0
instabug_flutter the old package instabug is deprecated
Release v1.0.0-beta.5
- 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.
Release v1.0.0-beta.4
- Fixes crash on Android on launching the sample app.
Release v1.0.0-beta.3
- Fixes
Localeenum name collision withdart.uilibrary. UseIBGLocaleinstead. - Updates Native SDK's to version 8.4
1.0.0-beta.1
- Adds New Sample App
- Adds Replies Api mappings
- Adds Chats Api mappings
- Adds FeatureRequests Api mappings.
0.0.4-alpha.1
- 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-alpha.1
Divides the library into separate modules: (Instabug, BugReporting, InstabugLog).