Commit 86dbf943 authored by Florian Loitsch's avatar Florian Loitsch

Remove reference to scheduler in animation.

parent f92cd476
// 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';
......@@ -4,7 +4,7 @@
import 'dart:async';
import 'scheduler.dart';
import 'package:flutter/scheduler.dart';
typedef TickerCallback(Duration elapsed);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment