Merge pull request #881 from floitschG/remove_scheduler_from_animation

Remove reference to scheduler in animation.
This commit is contained in:
Florian Loitsch
2015-12-10 16:27:39 -08:00
2 changed files with 1 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
export '../scheduler/scheduler.dart';

View File

@@ -4,7 +4,7 @@
import 'dart:async';
import 'scheduler.dart';
import 'package:flutter/scheduler.dart';
typedef TickerCallback(Duration elapsed);