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

Refactored imports #135

Closed myConsciousness closed 2 years ago

myConsciousness commented 2 years ago

Hi amazing developers,

This library is great, but it scores low on pub.dev due to parsing errors on import in the source. We should fix it because it is an issue that should be fixed even without pub.dev.

スクリーンショット 2022-04-12 9 36 56

I simply removed the unnecessary import definitions and fixed them as they should be, no destructive changes at all. If it is ok, please merge.

Thank you.

haarts commented 2 years ago

Thank you!