Skip to content

Commit

Permalink
chore: fix linter error "unnecessay_import"
Browse files Browse the repository at this point in the history
Linter error: the import of 'dart:typed_data' is unnecessary because all
of the used elements are also provided by the import of
package:flutter/foundation.dart'.
  • Loading branch information
philenius committed Apr 6, 2023
1 parent eb5878c commit 9d1d9ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/platform_file.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'dart:async';
import 'dart:typed_data';

import 'package:flutter/foundation.dart';

Expand Down

0 comments on commit 9d1d9ef

Please sign in to comment.