Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
e8367f53
Commit
e8367f53
authored
Dec 11, 2015
by
Florian Loitsch
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #881 from floitschG/remove_scheduler_from_animation
Remove reference to scheduler in animation.
parents
9353102a
86dbf943
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
scheduler.dart
packages/flutter/lib/src/animation/scheduler.dart
+0
-5
ticker.dart
packages/flutter/lib/src/animation/ticker.dart
+1
-1
No files found.
packages/flutter/lib/src/animation/scheduler.dart
deleted
100644 → 0
View file @
9353102a
// 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'
;
packages/flutter/lib/src/animation/ticker.dart
View file @
e8367f53
...
...
@@ -4,7 +4,7 @@
import
'dart:async'
;
import
'scheduler.dart'
;
import
'
package:flutter/
scheduler.dart'
;
typedef
TickerCallback
(
Duration
elapsed
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment