mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix some dart analyzer warnings.
R=ianh@google.com Review URL: https://codereview.chromium.org/1212013004.
This commit is contained in:
parent
8ef6902c51
commit
01f69396d5
@ -2,12 +2,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
import 'dart:math' as math;
|
||||
import 'dart:sky' as sky;
|
||||
|
||||
import 'package:vector_math/vector_math.dart';
|
||||
|
||||
import '../animation/animated_value.dart';
|
||||
import '../animation/animation_performance.dart';
|
||||
import '../animation/curves.dart';
|
||||
import '../theme/colors.dart';
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
import '../base/lerp.dart';
|
||||
import '../animation/animated_value.dart';
|
||||
import '../painting/box_painter.dart';
|
||||
import '../theme/edges.dart';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user