SourceHorizon / logger

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

Add web compatibility? #30

Closed cbarlow26 closed 1 year ago

cbarlow26 commented 1 year ago

Any plans on making this package compatible with the web platform? According to Pana analysis, it's not compatible because it imports dart:io.

Package not compatible with platform Web

Because:

Bungeefan commented 1 year ago

Hi, this is just an analyzing issue as it is a conditional import and will only be imported on a platform that supports dart:io. If you still have problems using it in the web, feel free to reopen.

cbarlow26 commented 1 year ago

Ok, will do, thanks!