logguard 0.1.0 copy "logguard: ^0.1.0" to clipboard
logguard: ^0.1.0 copied to clipboard

PlatformAndroid

Securely sanitize logs in Flutter apps by masking passwords, tokens, PII, and other sensitive data with minimal performance overhead.A Flutter plugin for secure log sanitization

0.1.0 – Initial Release #

  • Introduced logguard Flutter plugin for secure log sanitization.
  • Masks sensitive information such as passwords, API keys, JWTs, emails, UUIDs, and credit card numbers.
  • Hybrid scanning approach: fast manual ASCII scanning + minimal regex for complex patterns.
  • Fully compatible with Android (API 21+). iOS support planned for future releases.
  • Provides FFI bindings for native performance and low memory overhead.
  • Includes safe Rust memory management for C strings returned to Flutter.
1
likes
160
points
133
downloads

Publisher

verified publisherflagodna.com

Weekly Downloads

Securely sanitize logs in Flutter apps by masking passwords, tokens, PII, and other sensitive data with minimal performance overhead.A Flutter plugin for secure log sanitization

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on logguard

Packages that implement logguard