delta / dalal-street-client

Cross Platform(Android & Web) client for Dalal Street

Home Page:https://play.google.com/store/apps/details?id=org.pragyan.dalal18

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add proper logging

Sudhindra3000 opened this issue · comments

Right now we are only printing errors with print statements. It will become hard to debug as the project grows in size. Everything in console looks blue 😢. It's hard to see where errors are printed

Probably some logging library which prints different types of outputs with different colors. So that it's easy to see

https://pub.dev/packages/logger

This seems like a good enough. Your thought ?

Ya that looks good. We can use it