floggy
floggy copied to clipboard
Customizable logger for dart and flutter applications.
In some rare error cases, the returned string is a one-liner, it doesn't contain \n and it would break at indexOf.
Depending on flutter_loggy with Flutter 3.22 leads to build errors. TL;DR: deprecated TextTheme getters It looks like these references are fixed at top of tree, and pushing an update to...
Add the solutions from https://github.com/infinum/floggy/issues/50, to the readme. See `### File logger` (line 184) and `### Multi target logger` (line 212) The other formatings are auto formatted from vscode prettier....
I want to show file name and line number. Seems it's the option includeCallerInfo. But it's not working for me, I set the option as below: ``` Loggy.initLoggy( logOptions: const...
hey @lukaknezic thx for this awesome lib! We've recently adopted it in our code base and here a a few things that we've stumbled across maybe it's just our experience...