v1.0.14
✨ New
logIntoCustomFile— log any message as-is into your own file at a relative path:
IsolateLogger.instance.logIntoCustomFile(
filePath: "service_info/login_api_123.log",
message: "LOGIN_API :: 200 OK :: 785ms",
); // → AppLogs/service_info/login_api_123.logDirectories are auto-created, writes stay on the background isolate, and unsafe paths (.., .) are rejected.
🛠️ Improved
- ZIP export & date-based cleanup now handle nested folders (structure preserved in the ZIP).
- Dependencies updated; example app revamped with Material 3 UI.
- Test suite expanded to 80 tests, 100% coverage.
Full Changelog: v1.0.13...v1.0.14