log_manager_plugin 1.0.1
log_manager_plugin: ^1.0.1 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.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