- 03 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 01 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 29 Jan, 2016 1 commit
-
-
Devon Carew authored
-
- 28 Jan, 2016 2 commits
-
-
Devon Carew authored
-
Devon Carew authored
rename to printTrace(), printStatus(), and printError()
-
- 16 Jan, 2016 1 commit
-
-
Ian Hickson authored
Before we didn't know how to find the packages of random files. Now we do.
-
- 15 Jan, 2016 1 commit
-
-
Chinmay Garde authored
-
- 03 Dec, 2015 1 commit
-
-
Adam Barth authored
Now you can run tests with and without --flutter-repo with a prebuilt binary on Linux. Fixes #307
-
- 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.
-
- 20 Nov, 2015 1 commit
-
-
Adam Barth authored
This patch improves the error message. Fixes #468
-
- 17 Nov, 2015 3 commits
-
-
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
This option just prints the current git revision. Fixes #40
-
- 10 Nov, 2015 1 commit
-
-
Adam Barth authored
-
- 09 Nov, 2015 3 commits
-
-
Adam Barth authored
Previously, we assumed the first build configuration would have one. Now we keep looking until we find one. Also, re-ordered the configurations so that you'll get the Android one if you have both, which is probably what you would expect. Fixes #100
-
Ian Hickson authored
-
Adam Barth authored
This document describes the workflow for contributing code to this repository.
-
- 08 Nov, 2015 1 commit
-
-
Adam Barth authored
-
- 07 Nov, 2015 1 commit
-
-
Devon Carew authored
-
- 05 Nov, 2015 1 commit
-
-
Jason Simmons authored
-
- 31 Oct, 2015 1 commit
-
-
Adam Barth authored
This flag builds a local FLX file and pushes that to the device instead of using an HTTP server.
-
- 29 Oct, 2015 1 commit
-
-
Devon Carew authored
remove an unused import review comments rename st --> stack
-
- 19 Oct, 2015 1 commit
-
-
Adam Barth authored
Fixes https://github.com/flutter/engine/issues/1613
-
- 17 Oct, 2015 1 commit
-
-
Devon Carew authored
-
- 16 Oct, 2015 1 commit
-
-
Adam Barth authored
The `run_mojo` command doesn't integrate with `FlutterCommand` and doesn't understand how to download its toolchain components ahead of time. Eventually we should teach `run_mojo` how to integrate with the `Toolchain` class, but until then, we can fix the regression by eagerly setting `ArtifactStore.packageRoot` again. Fixes https://github.com/domokit/mojo/issues/475
-
- 14 Oct, 2015 1 commit
-
-
Adam Barth authored
We were checking for a pubspec.yaml too early.
-
- 13 Oct, 2015 1 commit
-
-
Adam Barth authored
A common use case for members of the Flutter team is to have a dependency override for the flutter package that points back into the engine src tree. We can use that override to automatically detect the engine src path, which makes the command line shorter.
-
- 12 Oct, 2015 2 commits
-
-
Adam Barth authored
-
Adam Barth authored
This patch makes `flutter start` work without a clone of the engine git repository. Making this work pulled a relatively large refactor of how the commands interact with application packages and devices. Now commands that want to interact with application packages or devices inherit from a common base class that holds stores of those objects as members. In production, the commands download and connect to devices based on the build configuration stored on the FlutterCommandRunner. In testing, these fields are used to mock out the real application package and devices.
-
- 10 Oct, 2015 2 commits
-
-
Adam Barth authored
Expose the main entry point for the tools via the library lets us run the tools from the Flutter package, which simplifies the setup for end developers because they don't need to declare a dependency on sky_tools directly.
-
Adam Barth authored
I'm trying to get a feel for the code by writing some simple cleanup patches.
-
- 01 Oct, 2015 1 commit
-
-
Ian Fischer authored
-
- 30 Sep, 2015 2 commits
-
-
Ian Fischer authored
-
Ian Fischer authored
Add listen command and basic test, and don’t do unnecessary repeated work when listening or poking the android server.
-
- 29 Sep, 2015 2 commits
-
-
Ian Fischer authored
-
Ian Fischer authored
-
- 25 Sep, 2015 2 commits
-
-
Ian Fischer authored
-
James Robinson authored
This makes the 'package-root' option universal for sky_tools and configures the ArtifactStore with it statically at startup. The actual sky_engine revision is computed on demand.
-
- 24 Sep, 2015 1 commit
-
-
Ian Fischer authored
Refactor all the commands to be Commands from the Args package. Also use CommandRunner for the top-level command.
-
- 23 Sep, 2015 1 commit
-
-
James Robinson authored
This adds the following commands to sky_tools: sky_tools cache clear: Nukes all local artifacts in the cache sky_tools cache populate: Populates the cache with all known artifacts This is useful both to fix busted caches and to make sure that the cache is fully populated so that subsequent operations can proceed without needing network access.
-