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

use correct name for conditional import #79

Closed frankpepermans closed 3 years ago

frankpepermans commented 3 years ago

Hi there!

We are using logger in a Flutter app, and now want to reuse it for an AngularDart one, unfortunately, the conditional import has the wrong name (dart.io should be dart.library.io) -> using the webdev compiler throws an exception.

This PR changes that