- update Bugfender SDK for iOS to version 2.0.0. Removes bitcode.
- Update: On web, loading the
<script src="https://js.bugfender.com/bugfender-v2.js"></script>
script in theindex.html
page is no longer necessary.
- Update: Call
WidgetsFlutterBinding.ensureInitialized()
in the initializer to make sure native plugins are loaded. This makes fewer asumptions on how the plugin is initialized. - Update: Deprecate
overrideDeviceName
init parameter - Bugfix: Improve installation instructions in README.md
- Bugfix: Crash when
overrideDeviceName
was missing in web
- Add support for Gradle 8 builds
- fix
setForceEnabled
argument was always evaluated to true on iOS
- added
getUserFeedback
method to all platforms - added
sendLog
&forceSendOnce
methods to web platform - added helper function
handleUncaughtErrors
to handle Dart/Flutter errors - updated the underlying libraries to iOS SDK ~>1.10
- updated Android gradle files
- update Android plugin to use embedding v2
- removed jcenter deprecated repository from Android plugin & sample
- releasing to stable now that Dart SDK version to 2.12 is stable
- null safety
- add support for web (loading js file from our cdn)
- add support for web
- bump minimum Dart SDK version to 2.12 prerelease
- make appropriate method arguments non-nullable
- add support for configuration options upon initialization (API endpoints, log to console, max storage size, automatic logging, device name)
- add support for setForceEnabled, forceSendOnce, getDeviceUri, getSessionUri, set key-values other than string, send manual crashes, send user feedback
- rename internal Android classes to com.bugfender package
- hits a CocoaPods bug that is only solved in master (see how to use CocoaPods in master)
- updated the underlying libraries to iOS SDK ~>1.9
- as a result, the deployment target version in iOS is now 10 (add
platform :ios, '10.0'
to your Podfile andMinimumOSVersion
=10.0
in yourAppFrameworkInfo.plist
)
- updated the underlying library to Android SDK 3.+
- added new log levels, the "tag" is now always sent empty
- updated example app
- updated installation instructions in readme to point to pub.dev
- removed unused dependency with Android support library
- replaced iOS SDK with Swift supported pod
- replaced example with iOS Swift project
- added environment variable in pubspec.yaml (to be compatible with latest the flutter version)
- added ObjC dependency in podspec (in order for the iOS side to work)
- removed manual BugfenderSDK pod version number override (to pull the latest automatically, currently 1.6.3 instead 1.5.2)