log_manager_plugin 1.0.2 copy "log_manager_plugin: ^1.0.2" to clipboard
log_manager_plugin: ^1.0.2 copied to clipboard

A comprehensive Flutter logging plugin with console output, file storage, log viewer UI, compression, and upload capabilities. Supports Dio interceptor and date-based log management.

1.0.2 #

  • Renamed LogConfig to LogManagerConfig to avoid naming conflicts
  • Improved documentation for multi-plugin usage scenarios
  • Added log level filtering explanation

1.0.0 #

  • Initial release
  • Console and file logging support
  • Debug/Release mode configuration
  • Dio network request interceptor
  • Automatic log file rotation (default 10MB per file)
  • Automatic cleanup of old logs (configurable retention days)
  • Log file compression
  • Built-in log viewer UI with three modes:
    • Date-based viewer (recommended)
    • Enhanced viewer with syntax highlighting
    • Basic viewer
  • Log upload support:
    • File upload (multipart/form-data)
    • String batch upload (JSON format)
  • Date-based log management
  • Log statistics
  • Configurable upload behavior
  • Support for iOS and Android
1
likes
0
points
270
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter logging plugin with console output, file storage, log viewer UI, compression, and upload capabilities. Supports Dio interceptor and date-based log management.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

archive, dio, flutter, flutter_highlight, intl, logger, path_provider, plugin_platform_interface

More

Packages that depend on log_manager_plugin

Packages that implement log_manager_plugin