Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null Safety #14

Open
bajajsahil opened this issue Mar 24, 2021 · 3 comments
Open

Null Safety #14

bajajsahil opened this issue Mar 24, 2021 · 3 comments

Comments

@bajajsahil
Copy link

Thanks for the flutter extension.

Any plan for Null safety?

@AdrianKlm
Copy link

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

@Raptorsshadow
Copy link

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

@Ciock
Copy link

Ciock commented Jul 6, 2021

You could initialize foreground like you do for background.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants