logger_flutter
logger_flutter copied to clipboard
Null Safety
Thanks for the flutter extension.
Any plan for Null safety?
try this: logger_flutter: git: url: https://github.com/magicznyadrian/logger_flutter
@AdrianKlm Thanks for updating the library. Getting an error when working with it though. LateInitializationError: Field 'foreground' has not been initialized (In ansi_parser). Wasn't sure if you had any ideas? I don't have the time atm to look into it myself so figured I'd ask if you've come across this at all.
You could initialize foreground
like you do for background
.
Color foreground = Colors.white;
Color background = Colors.black;