dragon_logs 1.0.4 dragon_logs: ^1.0.4 copied to clipboard
An efficient cross-platform Flutter log storage framework with minimal dependencies.
1.0.4 #
- Fix log message sorting bug. Thanks to @takenagain for their first contribution to this project.
1.0.2 #
- Bump
intl
dependency to latest version of0.19.0
.
1.0.1 #
- Refactor to share more code with web and native platforms.
- Fix date parsing bug.
- Add public API to clear all logs.
Refactor to share more code between web and native platforms (focused mainly on file name and directory handling) and fix a bug where logs belonging to days with a single digit month or day could not be parsed.
1.0.0 #
- Stable release
- Tweak: Localisation initialisation no longer needs to be inialised before logs.
0.1.1-preview.1 #
- Memory improvement for log flushing.
- Bug fixes.
0.1.0-preview.1 #
- Bug fixes.
0.0.1-preview.1 #
- Initial preview version.