- 01 Mar, 2016 3 commits
-
-
Yegor authored
[driver] add smoke driver test; find by tooltip; retry predicate
-
Yegor Jbanov authored
-
yjbanov authored
-
- 29 Feb, 2016 9 commits
-
-
Ian Hickson authored
Point Stack users to CustomMultiChildLayout.
-
Hixie authored
-
Adam Barth authored
-
Adam Barth authored
Teach flutter logs to show only new logs
-
Matt Perry authored
Remove unused updater package.
-
Matt Perry authored
-
Adam Barth authored
After this patch, the flutter logs command on Android shows only log messages since the command was run. Previously, it showed historical logs, which was confusing. Fixes #2013
-
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 1 commit
-
-
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.
-