- 27 Feb, 2016 8 commits
-
-
Hixie authored
-
Adam Barth authored
Remove AnimationDirection
-
Ian Hickson authored
Fix crash in Block.
-
Adam Barth authored
Elide fewer AnimationStatus callbacks
-
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 32 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
-
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
-
Ian Hickson authored
Handle conflicting 'library' identifiers
-
Adam Barth authored
-
Adam Barth authored
Move update_packages.dart to `flutter update-packages`
-
Chinmay Garde authored
Update engine revision to pick up the fixes for instability on iOS
-
Hixie authored
Also, handle the new directory structure of the flutter repo.
-
Devon Carew authored
add timing info for flx creation
-
Ian Hickson authored
SizeObserver crusade: RawInputLine
-
Yegor authored
decouple `flutter drive` from `flutter start`; make things in `flutter_tools` more testable
-
Devon Carew authored
-
Yegor Jbanov authored
flutter start's method of finding devices to run the app on is not suitable for flutter drive. This commit also refactors several tool services to allow mocking in unit tests.
-
Hixie authored
-
Devon Carew authored
-