layrz_logging 1.0.6 layrz_logging: ^1.0.6 copied to clipboard
Logging handler for Layrz apps
Changelog #
1.0.6 #
- Removed
open_file
dependency to support WASM compilation.
1.0.5 #
- Lowered flutter version constraint to 3.22.0
1.0.4 #
- Added a conditional based on
kDebugMode
to prevent logs on console when is not in debug mode. - Opening the directory instead of two files when
openLogfile()
is called.
1.0.3 #
- Fixes related to logfile handling.
1.0.2 #
- Handled latest and previous log files.
1.0.1 #
- Stack trace on FlutterError
1.0.0 #
- Initial release