- 17 Nov, 2015 22 commits
-
-
Hixie authored
This makes HeroController ignore StateRoutes when deciding where to animate heroes to and from.
-
Adam Barth authored
-
Adam Barth authored
Convert PointerInputEvent to Duration for timestamp
-
Ian Hickson authored
Allowing us to have a single error seems silly.
-
Hixie authored
-
Adam Barth authored
To make the units clear.
-
Ian Hickson authored
Fix some examples.
-
Adam Barth authored
Add a Positioned constructor from a Rect
-
Adam Barth authored
A common pattern is to use a Positioned with a Sized box to give both an offset from the edge as well as a fixed size to the child. This patch rolls into into the Stack layout algorithm for simplicity. Fixes #250
-
Adam Barth authored
Add all the icon sizes to the FLX
-
Adam Barth authored
Add a --version option to flutter
-
Adam Barth authored
Adding all the sizes of all the icons adds about 50 KB to the stocks FLX. That's probably the right trade-off until we get better at pruning the set of assets. Fixes #235
-
Adam Barth authored
This option just prints the current git revision. Fixes #40
-
Collin Jackson authored
Remove redundant fetch functions and avoid crashing when no headers are set
-
Collin Jackson authored
-
Collin Jackson authored
-
krisgiesing authored
Allow flutter engine path to be set when using run_mojo
-
Kris Giesing authored
-
Kris Giesing authored
-
krisgiesing authored
Fix issue with forward-delete in editable text widget
-
Kris Giesing authored
-
Kris Giesing authored
-
- 16 Nov, 2015 18 commits
-
-
Collin Jackson authored
Now that #371 is fixed, we no longer need to check logs for "sky"
-
Adam Barth authored
-
Hixie authored
- drag and drop was using the wrong draggables (long press vs short press). - navigation.dart wasn't using material correctly and so was ending up with some red text. - piano wasn't followig our style guide even a little. - date picker was not scrollable.
-
Eric Seidel authored
Moar shebang.
-
Eric Seidel authored
Make it possible to run dev/update_packages.dart directly from the shell. @abarth
-
Collin Jackson authored
Support for setting HTTP headers
-
Collin Jackson authored
Fix #373 Add abbreviation for flutter logs -c
-
Collin Jackson authored
-
Collin Jackson authored
-
Collin Jackson authored
-
Ian Hickson authored
Move Material page animations to Material layer.
-
Hixie authored
PageRoute is now MaterialPageRoute. This also changes the following: - Now the HeroController is a Navigator observer, rather than a feature of HeroPageRoutes, which are gone. This means heroes can work between any kind of ModalRoute now. - ModalPageRoute is moved from modal_barrier.dart to routes.dart. - It allows routes to opt-out of their modal barrier being a shortcut to popping the route. - Features of PageRoute that aren't Material-specific get promoted to ModalRoute features: storage, the subtree key, offstageness... The AnimatedModalBarrier is still a ModalRoute feature.
-
Ian Hickson authored
More resilient Widget tests
-
Hixie authored
- force the time dilation to 1.0 for the Widget tests, so that a local change doesn't break all the tests during development. - add missing license block to all the files. - set ui.window.onBeginFrame to null when you use WidgetTester, so that the engine doesn't trigger any confusing frames after our fake frames.
-
Adam Barth authored
Fix quotes error in update flutter bash script
-
Hans Muller authored
Give the StockSymbolView's Hero a Key The StockSymbolBottomSheet includes a Hero, as does the StockSymbolPage and the StockRow. When two or more heroes with the same tag are gathered together Heros.of() expects them to have distinguishing non-null keys. Now they do. Fixes #382
-
Hans Muller authored
-
Ivan Baranov authored
-