file_logs 1.0.6
file_logs: ^1.0.6 copied to clipboard
A flexible file logger based on the "logging" package, supporting file rotation, date-based log splitting, and custom handlers.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.6 - 2026-04-21 #
Changed #
- Package intl version constraint lowered from 0.20.2 to 0.19.0 for better compatibility.
1.0.4 - 2025-09-18 #
Changed #
- Added export for type Level from "logging" package.
- Modified description in README.md.
1.0.1 - 2025-09-18 #
Changed #
- Code reformatted using dart format.
- Improved date checking logic in deleteOldLogs method.
- Added more description in pubspec.yaml.
- Added description to some methods in source code.
1.0.0 - 2025-09-18 #
- Initial release.