Skip to content

Commit

Permalink
Revert "chore: fix linter error unnecessay_import"
Browse files Browse the repository at this point in the history
This reverts commit 9d1d9efc3d70385b459d84adb431629f417a33f0i because it caused the errors "Type 'Uint8List' not found" and "Uint8List' isn't a type". Thank you @miguelslemos for identifying the problematic commiti. #1260
  • Loading branch information
philenius committed Apr 12, 2023
1 parent fa7f088 commit 6b581b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/platform_file.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import 'dart:async';
// ignore: unnecessary_import
import 'dart:typed_data';

import 'package:flutter/foundation.dart';

Expand Down

0 comments on commit 6b581b1

Please sign in to comment.