flutter_logan_pro 1.0.0
flutter_logan_pro: ^1.0.0 copied to clipboard
A high-performance, robust log plugin for Flutter based on Meituan Logan. Fixed truncation and decryption issues.
1.0.0 #
- Initial release of the
flutter_logan_proplugin. - Core features:
- High-performance logging to encrypted files on Android and iOS.
- Initialization with custom encryption keys.
- Methods to write logs (
log), force flush to disk (flush), and clear logs (clearAllLogs). - Methods to send logs to a server (
send,sendWithHeaders). - Robust error handling and pre-initialization log queueing.
- Utility functions to inspect log files (
getAllFilesInfo) and manage log retention (setMaxReversedDate).