flutter_logs 2.2.2 copy "flutter_logs: ^2.2.2" to clipboard
flutter_logs: ^2.2.2 copied to clipboard

An extensive file based logging framework for flutter apps. (ELK Stack Supported)

2.2.2 #

  • Added Backpressure support for high-volume logging scenarios
  • Added Redaction & Masking support for sensitive data (Email, Phone, Credit Card, JWT, IP, custom patterns)
  • Added Search & Filter functionality for logs (exportFilteredLogs, printFilteredLogs)
  • Added multiple MaskTypes: FULL_MASK, PARTIAL, HASH
  • Added custom RedactionRule support with regex patterns
  • Updated example app with comprehensive demos for all new features

2.2.1 #

  • Updated sourceCompatibility & targetCompatibility to JavaVersion.VERSION_1_8

2.2.0 #

  • Updated RxLogs version
  • Added support for 'isEnabled' flag to disable logs writing completely

2.1.10 #

  • Set min sdkVersion to 16

2.1.9 #

  • Added support for Android SDK 33

2.1.8 #

  • Fixed build issues from [PR #47]

2.1.7 #

  • Added Support for Android Embedding v2
  • Updated dependencies
  • Fixes PR #28,async functions should return Future + format

2.1.6 #

  • Added support for flutter 3 build

2.1.5 #

  • Removed double logs printing
  • Updated RxLogs versions

2.1.4 #

  • Null Safety Added

2.1.3 #

  • Fixed file write issue on iOS Release Builds

2.1.2 #

  • Added support for logging in iOS apps

2.1.1 #

  • Improved logs export flow
  • Added example for exporting logs in example app

2.1.0 #

  • Updated Error messages Format in case of Errors & Exception logs

2.0.6 #

  • Updated PLogs library version
  • Removed Runtime permissions for storage

0.0.1 #

  • TODO: Describe initial release.
122
likes
130
points
8.34k
downloads

Documentation

API reference

Publisher

verified publisherumairadil.com

Weekly Downloads

An extensive file based logging framework for flutter apps. (ELK Stack Supported)

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter, platform

More

Packages that depend on flutter_logs

Packages that implement flutter_logs