Skip to content

Commit 5735a15

Browse files
committed
Remove "unnecessary" imports.
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 CL, 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.
1 parent be8b6bf commit 5735a15

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/flutter/lib/src/services/platform_channel.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// found in the LICENSE file.
44

55
import 'dart:async';
6-
import 'dart:typed_data';
76

87
import 'package:flutter/foundation.dart';
98

packages/flutter/lib/src/services/platform_views.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import 'dart:typed_data';
77
import 'dart:ui';
88

9-
import 'package:flutter/foundation.dart';
109
import 'package:flutter/gestures.dart';
1110

1211
import 'message_codec.dart';

0 commit comments

Comments
 (0)