- 17 Nov, 2015 27 commits
-
-
Jason Simmons authored
Add a Flutter command that builds an APK using a local build of the e…
-
Jason Simmons authored
Example: cd flutter/examples/stocks flutter --engine-src-path /path/to/engine/src apk -o Stocks.apk -m apk/AndroidManifest.xml
-
Adam Barth authored
Switch flutter run_mojo over to flutter.mojo
-
Adam Barth authored
The new flutter.mojo is ready for use.
-
Ian Hickson authored
Notify the previous route when pushing and popping
-
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 13 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
-