logrocket_flutter 0.3.0-beta
logrocket_flutter: ^0.3.0-beta copied to clipboard
LogRocket SDK Plugin for Flutter. LogRocket sessions provide a comprehensive understanding of how users engage with your app.
See the LogRocket Mobile Changelog for a complete list of LogRocket Mobile SDK changes.
0.3.0-beta #
- adds new
shutdown
function to manually stop session recording. - automatically records network requests made through dart:io's http client.
0.2.2-beta #
- fixes an issue where sessions wouldn't record on Android without registering a LogRocketNavigatorObserver
0.2.1-beta #
- retracted
0.2.0-beta #
- adds touch event capture through LogRocketWidget
- adds touch redaction support when using the LogRocketRedact widget
0.1.0-beta #
- adds screenshot view capture through LogRocketWidget
- adds view redaction support with LogRocketRedact widget
- adds navigation capture when registering a LogRocketNavigatorObserver
0.0.4-beta #
- correct iOS native dependency version
0.0.3-beta #
- improved example
0.0.2-beta #
- analysis score improvements
0.0.1-beta #
- Adds LogRocket APIs:
- wrap
- initialize
- track
- log
- error
- warn
- info
- debug
- captureException
- captureError
- captureMessage
- Adds LogRocketHttpClient