Remove "unnecessary" imports. (#74820)
This commit is contained in:
parent
3f380ca544
commit
cf5d96238a
@ -7,7 +7,6 @@ import 'dart:io';
|
|||||||
import 'dart:math';
|
import 'dart:math';
|
||||||
import 'dart:typed_data';
|
import 'dart:typed_data';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter/services.dart' show rootBundle;
|
|
||||||
import 'package:flutter/services.dart';
|
import 'package:flutter/services.dart';
|
||||||
|
|
||||||
/// An example that sets up local http server for serving single
|
/// An example that sets up local http server for serving single
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
import 'dart:ui' as ui;
|
import 'dart:ui' as ui;
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter/painting.dart' show DefaultShaderWarmUp;
|
|
||||||
|
|
||||||
Future<void> beginFrame(Duration timeStamp) async {
|
Future<void> beginFrame(Duration timeStamp) async {
|
||||||
// PAINT
|
// PAINT
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
import 'dart:math' as math;
|
import 'dart:math' as math;
|
||||||
|
|
||||||
import 'package:flutter/rendering.dart';
|
import 'package:flutter/rendering.dart';
|
||||||
import 'package:flutter/gestures.dart';
|
|
||||||
|
|
||||||
const double kTwoPi = 2 * math.pi;
|
const double kTwoPi = 2 * math.pi;
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
import 'package:flutter/rendering.dart';
|
import 'package:flutter/rendering.dart';
|
||||||
import 'package:flutter/gestures.dart';
|
|
||||||
|
|
||||||
class RenderSolidColorBox extends RenderDecoratedBox {
|
class RenderSolidColorBox extends RenderDecoratedBox {
|
||||||
RenderSolidColorBox(this.backgroundColor, { this.desiredSize = Size.infinite })
|
RenderSolidColorBox(this.backgroundColor, { this.desiredSize = Size.infinite })
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
import 'package:flutter/gestures.dart';
|
import 'package:flutter/gestures.dart';
|
||||||
import 'package:flutter/rendering.dart';
|
|
||||||
import 'package:flutter_test/flutter_test.dart';
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
|
|
||||||
import '../rendering/src/sector_layout.dart';
|
import '../rendering/src/sector_layout.dart';
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
import 'dart:math' as math;
|
import 'dart:math' as math;
|
||||||
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter/rendering.dart';
|
|
||||||
|
|
||||||
import '../rendering/src/sector_layout.dart';
|
import '../rendering/src/sector_layout.dart';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user