Skip to content

Releases: aliasgar4558/isolate_logger

v1.0.14

Choose a tag to compare

@aliasgar4558 aliasgar4558 released this 05 Jul 09:14

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.log

Directories 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

v1.0.13

Choose a tag to compare

@aliasgar4558 aliasgar4558 released this 18 Feb 11:04

What's Changed

  • macOS support added in example app & package dependencies upgraded to latest. by @aliasgar4558 in #1

New Contributors

Full Changelog: v1.0.12...v1.0.13

v1.0.12

Choose a tag to compare

@aliasgar4558 aliasgar4558 released this 23 Aug 13:19

Full Changelog: v1.0.11...v1.0.12

v1.0.11

Choose a tag to compare

@aliasgar4558 aliasgar4558 released this 15 Aug 12:22

1.0.11

  • Log file extension can now be provided by the user using logFileExtension parameter while initialising the logger.
  • Friendly log timestamp format updated with milliseconds precision.
  • Dependencies upgraded to latest.
  • Documentation updated.

v1.0.10

Choose a tag to compare

@aliasgar4558 aliasgar4558 released this 09 Aug 13:10

Full Changelog: v1.0.9...v1.0.10

v1.0.9

Choose a tag to compare

@aliasgar4558 aliasgar4558 released this 22 Feb 05:47

v1.0.8

Choose a tag to compare

@aliasgar4558 aliasgar4558 released this 31 Jan 06:43

v1.0.7

Choose a tag to compare

@aliasgar4558 aliasgar4558 released this 31 Jan 06:38