Skip to content

Commit

Permalink
Remove "unnecessary" imports.
Browse files Browse the repository at this point in the history
In each library where an import is removed, the library uses some elements
provided by the import, BUT there is another import which provides all of the
same elements, and at least one more which the library uses.

In this change, we remove the imports which can be simply removed in favor of
the other already present imports.

See dart-lang/sdk#44569 for more information.
  • Loading branch information
srawlins committed Apr 23, 2021
1 parent 7676dbc commit 5eb71b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/web_ui/lib/src/engine/pointer_binding.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import 'package:meta/meta.dart';
import 'package:ui/src/engine.dart';
import 'package:ui/ui.dart' as ui;

import 'pointer_converter.dart';

/// Set this flag to true to see all the fired events in the console.
const bool _debugLogPointerEvents = false;

Expand Down

0 comments on commit 5eb71b2

Please sign in to comment.