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

Fix the import issue for FileOutput class for mobile projects #65

Closed HiDaN4 closed 3 years ago

HiDaN4 commented 3 years ago

Seems like dart.library.io is an old example from Flutter team and is not working. if (dart.io) condition works and properly imports the file for mobile apps

haarts commented 3 years ago

I agree, it seems dart.io is better. Would you care to rebase? Then I'll merge.

HiDaN4 commented 3 years ago

Histories diverged since I originally forked your repo and made a branch from local master. Still, you should be able to merge without conflicts

haarts commented 3 years ago

I'll handle it. Thanks for you contribution!

haarts commented 3 years ago

close via 332be1c412a6212f7a24ef8edcf899c6feaa91d1