simc / logger

Small, easy to use and extensible logger which prints beautiful logs.
https://pub.dev/packages/logger
MIT License
1.07k stars 129 forks source link

What to use in Flutter? #90

Closed willhaslett closed 3 years ago

willhaslett commented 3 years ago

With logger_flutter not having had any commits in the last two years, and with it having a dependency on logger >=0.7.0, I'm unsure how to get started with this library for my Flutter 2.0.x app. What is the current way to do this?

haarts commented 3 years ago

logger_flutter is by no means required to use logger in Flutter, that package merely added some features. Just use this package and log to console, file or whatever.