Remove reference to scheduler in animation.
This commit is contained in:
parent
f92cd47651
commit
86dbf9431f
@ -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';
|
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
|
|
||||||
import 'scheduler.dart';
|
import 'package:flutter/scheduler.dart';
|
||||||
|
|
||||||
typedef TickerCallback(Duration elapsed);
|
typedef TickerCallback(Duration elapsed);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user