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

Update logger.dart #82

Closed Alex-Rud closed 3 years ago

Alex-Rud commented 3 years ago

Add export FileOutput in logger.dart.

haarts commented 3 years ago

Because file_output.dart imports dart.io merging this would make it incompatible with Flutter Web. There's an other PR which imports this the correct way but this is pending.

haarts commented 3 years ago

See https://github.com/leisim/logger/commit/66d2c575e066ec8a9e251be33d768c6e17e0990c!

haarts commented 3 years ago

Thanks for putting this (again) on my radar.