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

about the parameter of FileOutput #69

Open liupan163 opened 3 years ago

liupan163 commented 3 years ago

when initial the class of Logger,it seems that FileOutput could be import correct. and according to relative issues , what package My project import is "import 'dart:io'";

environment: version : logger: ^0.9.4 Flutter 1.23.0-18.1.pre • channel beta Dart 2.11.0

haarts commented 3 years ago

Could you point to a location in the source where you think the error is?