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

Can't build with logger_flutter #151

Open mgeilich opened 1 year ago

mgeilich commented 1 year ago

Because logger_flutter >=0.7.0 depends on logger ^0.7.0 and XXX depends on logger ^1.1.0, logger_flutter >=0.7.0 is forbidden.

Oliinyk-Volodymyr commented 1 year ago

@mgeilich I created new version based on flutter_logger. You can try https://pub.dev/packages/logger_flutter_plus

yjt1216 commented 1 year ago

You can write your own logging tool.