- 11 Dec, 2015 1 commit
-
-
Jason Simmons authored
-
- 10 Dec, 2015 2 commits
-
-
Adam Barth authored
Instead of failing with a cryptic error message about app.flx, we now fail with an explicit message about the compiler. Releated to #865
-
Adam Barth authored
Fixes #858
-
- 08 Dec, 2015 1 commit
-
-
Adam Barth authored
We've been bulding these binaries using Travis for a while. We can start using them now.
-
- 04 Dec, 2015 2 commits
-
-
Ian Hickson authored
- strengthen analyzer against error messages that point past the bottom of the file. - ignore any errors in intl's auto-generated files.
-
Eric Seidel authored
-
- 03 Dec, 2015 3 commits
-
-
Eric Seidel authored
@chinmaygarde
-
Eric Seidel authored
iOS takes a different codepath and will need more work. @chinmaygarde
-
Adam Barth authored
Now you can run tests with and without --flutter-repo with a prebuilt binary on Linux. Fixes #307
-
- 02 Dec, 2015 1 commit
-
-
Eric Seidel authored
@chinmaygarde
-
- 01 Dec, 2015 3 commits
-
-
Jason Simmons authored
-
Jason Simmons authored
-
Adam Barth authored
-
- 29 Nov, 2015 2 commits
-
-
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.
-
Adam Barth authored
This script has been subsumed by `flutter apk`.
-
- 28 Nov, 2015 1 commit
-
-
Ian Hickson authored
Add an --upgrade flag to the dev/update_packages.dart flag which runs 'pub upgrade' instead of 'pub get'. Tell people to use this when using 'flutter analyze' since 'pub get' doesn't have the same guarantee of getting everything in sync.
-
- 25 Nov, 2015 5 commits
-
-
Devon Carew authored
-
Devon Carew authored
-
Devon Carew authored
-
Adam Barth authored
This test was a bad mock-based test that hasn't ever caught a bug but has required a lot of maintenance. Currently its broken because its mock doesn't match the real interface.
-
Adam Barth authored
Now you can supply a route argument to flutter start: $ flutter start --route /foo which will start the app at /foo instead of /.
-
- 24 Nov, 2015 2 commits
-
-
Adam Barth authored
We use a number of non-public APIs in the test package, which makes our dependency quite fragile. This patch pins a specific, known-good version. We should update to the lastest version in a follow-up patch.
-
-
- 23 Nov, 2015 3 commits
-
-
Kris Giesing authored
-
Adam Barth authored
This patch still requires a locally built engine. I'll remove the need for a locally built engine in a future patch. Fixes #278
-
Seth Ladd authored
-
- 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
-
- 20 Nov, 2015 5 commits
-
-
Seth Ladd authored
undo auto format
-
Adam Barth authored
This patch improves the error message. Fixes #468
-
Adam Barth authored
This class was renamed to MojoEventSubscription.
-
Jason Simmons authored
This updates the Flutter tools to match the proposed new packaging of artifacts in the engine release script. * The GCS URL for artifacts is now gs://mojo/flutter/$revision/$platform * Categories have been removed from the Artifact class * All artifacts for a given platform now live in a zip file. If an artifact is not present in the local cache, then the zip will be downloaded and extracted. Note that darwin-x64 artifacts go through a different process that (for now) continues to use the old format.
-
Adam Barth authored
Fixes #512
-
- 19 Nov, 2015 1 commit
-
-
Eric Seidel authored
Fixes #489. @sethladd
-
- 18 Nov, 2015 4 commits
-
-
Adam Barth authored
We now print a sensible message if we can't find `dart` or `adb`. Also, we print a sensible message if the device isn't authorized. Fixes #380 Fixes #358
-
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
Fixes #311
-
Adam Barth authored
This makes run_mojo more similar to flutter start.
-
- 17 Nov, 2015 2 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
-