logger_flutter icon indicating copy to clipboard operation
logger_flutter copied to clipboard

Null Safety

Open bajajsahil opened this issue 3 years ago • 3 comments

Thanks for the flutter extension.

Any plan for Null safety?

bajajsahil avatar Mar 24 '21 13:03 bajajsahil

try this: logger_flutter: git: url: https://github.com/magicznyadrian/logger_flutter

AdrianKlm avatar May 28 '21 12:05 AdrianKlm

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

Raptorsshadow avatar Jun 02 '21 16:06 Raptorsshadow

You could initialize foreground like you do for background.

  Color foreground = Colors.white;
  Color background = Colors.black;

Ciock avatar Jul 06 '21 10:07 Ciock