We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b5858 commit 0a32484Copy full SHA for 0a32484
lib/logger.dart
@@ -4,7 +4,6 @@ library logger;
4
import 'dart:collection';
5
import 'dart:convert';
6
import 'dart:io';
7
-import 'package:meta/meta.dart';
8
9
import 'src/ansi_color.dart';
10
lib/src/outputs/file_output.dart
@@ -8,7 +8,7 @@ class FileOutput extends LogOutput {
IOSink _sink;
FileOutput({
11
- @required this.file,
+ this.file,
12
this.overrideExisting = false,
13
this.encoding = utf8,
14
});
0 commit comments