Releases: Instabug/Instabug-Flutter
Releases · Instabug/Instabug-Flutter
Release v9.0.5
- Bump Native SDKs to v9.0.5
Release v9.0.1
- Added enum
CustomTextPlaceHolderKey.reportQuestion
which maps toInstabugCustomTextPlaceHolder.Key.REPORT_QUESTION
on Android andkIBGAskAQuestionStringName
on iOS
Release v9.0.0
- Updated native SDKs to v9.0
Release v8.7.0
- Updates native SDK dependencies to 8.7
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.start
from 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.