You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error : The method 'FileOutput' isn't defined for the type '_MyHomePageState'.
Try correcting the name to the name of an existing method, or defining a method named 'FileOutput'
so, I solved it with
import 'package:logger/src/outputs/file_output.dart';
(refer to #51)
can you import this method in pakage?
I am not good at English
I ask for your understanding
The text was updated successfully, but these errors were encountered:
I want to use 'FileOutput' method
but it's undefined_method
code: Logger(output: FileOutput(file: File('my path')));
so, I solved it with
can you import this method in pakage?
I am not good at English
I ask for your understanding
The text was updated successfully, but these errors were encountered: