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