Releases: Instabug/Instabug-Flutter
Releases · Instabug/Instabug-Flutter
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.
Release v1.0.0-beta.3
- Fixes
Locale
enum name collision withdart.ui
library. UseIBGLocale
instead. - 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.