Closed frankpepermans closed 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
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