Releases: Instabug/Instabug-Flutter
Releases · Instabug/Instabug-Flutter
Release v11.2.0
- Bumps Instabug Android SDK to v11.4.1
- Bumps Instabug iOS SDK to v11.2.0
- Fixes an issue with BugReporting.setInvocationEvents on iOS that always sets the event to none
- Fixes an issue with network logging on iOS which caused the initial network requests logs to be skipped
- Renames Android package from com.instabug.instabugFlutter to com.instabug.flutter
Release v11.0.0
- Bumps Instabug native SDKs to v11
- Adds the ability to initialize the Android SDK from Dart. Check the migration guide referenced in our docs
- Changes the package importing style for a more conventional use. Check the migration guide referenced in our docs
- Moves InstabugCustomHttpClient used for network logging into a separate repo. Check the migration guide referenced in our docs
- Flutter 3 compatibility
- Bumps Gradle to 6.8 & Android Gradle plugin to 4.1
- Adds BugReporting.setFloatingButtonEdge API
- Removes the string keys bugReportHeader and feedbackReportHeader. Check the migration guide referenced in our docs
- Removes the deprecated APIs. Check the migration guide referenced in our docs
- Fixes an issue with Android screenshots being black on release mode on SDK v10.13.0
Release v10.13.0
- Adds support for uploading debug symbols on Android to be used for crash deobfuscation
- Adds Instabug Experiments APIs
- Bumps Instabug native SDKs to v10.13
- Fixes iOS platform calls not completing with
void
return type
Release v10.11.0
- Adds support for APM.endAppLaunch API
- Bumps Instabug native SDKs to v10.11
- Fixes an issue with APM logged requests payload size
Release v10.9.1
- Bumps Instabug Android SDK to v10.9.1
- Bumps Instabug iOS SDK to v10.9.3
- Fixes an issue with network requests not getting logged on iOS
Release v10.9.0
- Migrates to Flutter Android embedding v2
- Bumps Instabug native SDKs to v10.9
Release v10.8.0
- Introduces Instabug's new App Performance Monitoring (APM)
Release v10.0.1
- Fixes an issue with http client logger.
Release v10.0.0
- Bumps Instabug native SDKs to v10.8
Release v9.2.0
- 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
.