- 27 Feb, 2016 19 commits
-
-
Devon Carew authored
-
Ian Hickson authored
flutter analyze: handle missing files
-
Ian Hickson authored
SizeObserver crusade: The Last Test
-
Ian Hickson authored
SizeObserver crusade: ScrollableMixedWidgetListState
-
Hixie authored
-
Hixie authored
-
Hixie authored
-
Ian Hickson authored
Handle lines getting shorter during analysis
-
Ian Hickson authored
SizeObserver crusade: Mimcable
-
Hans Muller authored
Disabled IconButtons render correctly
-
Hixie authored
-
Adam Barth authored
Remove AnimationDirection
-
Ian Hickson authored
Fix crash in Block.
-
Adam Barth authored
Elide fewer AnimationStatus callbacks
-
Hans Muller authored
-
Adam Barth authored
This concept is now private to AnimationController. All the clients actually want the AnimationStatus.
-
Adam Barth authored
Previously we would elide forward and reverse callbacks that canceled each other out, which broke the expected state machine. Now we synchronously deliver status callbacks when start an animation. Fixes #1913
-
Hans Muller authored
Stop animating in deactivate()
-
Hans Muller authored
-
- 26 Feb, 2016 21 commits
-
-
Hixie authored
This assert was overzealous. You can update a RawGestureDetector any time before the semantics phase, it doesn't have to only be during your child's layout. This is good because Block has additional PointerListeners between its GestureDetector and its Viewport.
-
Ian Hickson authored
SizeObserver crusade: Heroes
-
Hixie authored
-
Adam Barth authored
Scrollable's callbacks should follow a state machine
-
Devon Carew authored
remove the isConnected() method from device
-
Adam Barth authored
Now onScroll callbacks are always bracketed by onScrollStart and onScrollEnd callbacks. Fixes #1822
-
Adam Barth authored
Add tooltips to FloatingActionButtons
-
Ian Hickson authored
SizeObserver crusade: Remove EnterExitTransition
-
Ian Hickson authored
Remove some prints in tests.
-
Hans Muller authored
Add CheckedPopupMenuitem, update the Stocks demo
-
Adam Barth authored
Fixes #1875
-
Hixie authored
Somehow this actually made heroes way simpler.
-
Adam Barth authored
Simplify demo template
-
Adam Barth authored
We don't need these keys. Also, improve style in several places. Fixes #2225
-
Devon Carew authored
-
Hans Muller authored
-
Hixie authored
...and friends.
-
Devon Carew authored
some performance optimizations for starting apps
-
Devon Carew authored
-
Hans Muller authored
-
Hixie authored
-