- 25 Jan, 2016 1 commit
-
-
Matt Perry authored
Also improve the error message a bit if a download fails.
-
- 22 Jan, 2016 2 commits
-
-
Devon Carew authored
remove device type specific checks
-
Matt Perry authored
Third-party libraries can now provide their own mojo services. They do so by adding a config.yaml file to their pub package which contains - a list of service names and java classes which handles that service's registration. - a list of pre-built .jar files to statically link with the app's shell when building the app.
-
- 21 Jan, 2016 1 commit
-
-
Devon Carew authored
-
- 20 Jan, 2016 1 commit
-
-
Devon Carew authored
-
- 04 Jan, 2016 1 commit
-
-
Jason Simmons authored
Fixes #1010
-
- 29 Dec, 2015 1 commit
-
-
Ian Hickson authored
Fixes #1034, at least for start and listen.
-
- 17 Dec, 2015 1 commit
-
-
Eric Seidel authored
I screwed up my last change, turns out the package command is sensitive about having all of its flags before args. Also made it possible to control the resources directory from the command line per the review comments in the previous change. @jason-simmons
-
- 16 Dec, 2015 1 commit
-
-
Eric Seidel authored
I also made it so that `flutter apk -v` showed what commands it was running by moving off of a custom _run function onto the base/process.dart runChecked shared by other commands. @jason-simmons
-
- 01 Dec, 2015 1 commit
-
-
Jason Simmons authored
-
- 29 Nov, 2015 1 commit
-
-
Adam Barth authored
1) Moved basic utility code into base/ directory to make it clear which code doesn't depend on Flutter-specific knowldge. 2) Move the CommandRunner subclasses into a runner/ directory because these aren't commands themselves.
-
- 21 Nov, 2015 2 commits
-
-
Adam Barth authored
Should make Travis green again. Also, add better logging to dev/update_packages.dart.
-
Jason Simmons authored
-
- 18 Nov, 2015 1 commit
-
-
Adam Barth authored
This makes run_mojo more similar to flutter start.
-
- 17 Nov, 2015 1 commit
-
-
Jason Simmons authored
Example: cd flutter/examples/stocks flutter --engine-src-path /path/to/engine/src apk -o Stocks.apk -m apk/AndroidManifest.xml
-