Fix some dart analyzer warnings.

R=ianh@google.com

Review URL: https://codereview.chromium.org/1212013004.
This commit is contained in:
Adam Barth 2015-07-02 08:08:48 -07:00
parent 8ef6902c51
commit 01f69396d5
2 changed files with 0 additions and 5 deletions

View File

@ -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';

View File

@ -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';