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 #80

Closed frankpepermans closed 3 years ago

frankpepermans commented 3 years ago

Sorry had to re-open,

so same story as in the closed one: this PR uses the correct import name 'dart.library.io'

Thanks for the great lib!

haarts commented 3 years ago

Can you instead of introducing a new commit revert this one: 332be1c412a6212f7a24ef8edcf899c6feaa91d1? I know it might seem pedantic but I like to preserve the reasoning for the future.

haarts commented 3 years ago

I finally found some time: https://github.com/leisim/logger/commit/66d2c575e066ec8a9e251be33d768c6e17e0990c

frankpepermans commented 3 years ago

Oh my, sorry totally forgot to do this, Thanks for the change!