- 29 Feb, 2016 3 commits
-
-
Matt Perry authored
-
Hans Muller authored
Fixed a typo - Expland
-
Hans Muller authored
-
- 28 Feb, 2016 5 commits
-
-
Devon Carew authored
Show time deltas
-
Devon Carew authored
-
Devon Carew authored
add back a call to device.stop() from the run command
-
Devon Carew authored
-
Devon Carew authored
-
- 27 Feb, 2016 22 commits
-
-
Adam Barth authored
update to CONTRIBUTING.md to use the new update-packages command
-
Lex Berezhny authored
-
Devon Carew authored
improve startup time
-
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 10 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
-