Unverified Commit d5c724eb authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Remove unused imports (#130603)

parent 41d137f3
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
// found in the LICENSE file. // found in the LICENSE file.
import 'dart:ui' as ui show PictureRecorder; import 'dart:ui' as ui show PictureRecorder;
import 'dart:ui';
import 'package:flutter/animation.dart'; import 'package:flutter/animation.dart';
import 'package:flutter/foundation.dart'; import 'package:flutter/foundation.dart';
...@@ -14,7 +13,6 @@ import 'package:flutter/semantics.dart'; ...@@ -14,7 +13,6 @@ import 'package:flutter/semantics.dart';
import 'debug.dart'; import 'debug.dart';
import 'layer.dart'; import 'layer.dart';
import 'proxy_box.dart';
export 'package:flutter/foundation.dart' show export 'package:flutter/foundation.dart' show
DiagnosticPropertiesBuilder, DiagnosticPropertiesBuilder,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment