- 18 Nov, 2015 11 commits
-
-
Adam Barth authored
Now we print the name of the asset and the base directory where we looked for the error instead of throwing a null pointer exception. Fixes #296
-
Adam Barth authored
Add support for repeating performances
-
Ian Hickson authored
Pave the Foo.of() cowpath.
-
Adam Barth authored
Make flutter run_mojo imply flutter build
-
Adam Barth authored
Fixes #447
-
Hixie authored
I'm planning on adding more .of() functions and so to avoid further copypasta I'm providing some general utility functions here.
-
Adam Barth authored
Rename StatisticsBox to RenderStatisticsBox
-
Adam Barth authored
This makes run_mojo more similar to flutter start.
-
Adam Barth authored
Fixes #441
-
Florian Loitsch authored
Add a task scheduler.
-
Adam Barth authored
Improve flutter --version output
-
- 17 Nov, 2015 29 commits
-
-
Florian Loitsch authored
The current implementation is still pretty rudimentary.
-
Ian Hickson authored
Fix focus bug that was breaking nested navigators
-
Hixie authored
Turns out we were assuming that once the global key is gone, our listener is unregistered. It isn't. I'm planning on adding a test as part of my nested navigator work.
-
Jason Simmons authored
Add a Flutter command that builds an APK using a local build of the e…
-
Adam Barth authored
Sample output: ``` Flutter Repository: git@github.com:flutter/flutter.git Branch: master Revision: 7be58b1a (62 minutes ago) ``` Fixes #433
-
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
-