flutter/packages/flutter_tools/lib/src/commands
Jason Simmons 1f83018f86 Download build artifacts from a zip file
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.
2015-11-20 10:27:18 -08:00
..
analyze.dart Allowing us to have a single error seems silly. 2015-11-17 11:08:46 -08:00
apk.dart Make flutter run_mojo imply flutter build 2015-11-17 16:19:55 -08:00
build.dart Improve error message for non-existent asset 2015-11-17 22:56:00 -08:00
cache.dart Rename sky_tools to flutter_tools 2015-11-10 13:20:35 -08:00
daemon.dart flutter analyze command 2015-11-12 12:23:29 -08:00
flutter_command_runner.dart Merge pull request #446 from abarth/improve_version 2015-11-17 16:05:08 -08:00
flutter_command.dart flutter analyze command 2015-11-12 12:23:29 -08:00
init.dart Import path.dart as path rather than p 2015-11-17 22:44:54 -08:00
install.dart verify that we're running from the root of a project 2015-10-29 11:30:44 -07:00
list.dart Rename sky_tools to flutter_tools 2015-11-10 13:20:35 -08:00
listen.dart Rename sky_tools to flutter_tools 2015-11-10 13:20:35 -08:00
logs.dart Fix #373 Add abbreviation for flutter logs -c 2015-11-16 14:23:18 -08:00
run_mojo.dart Download build artifacts from a zip file 2015-11-20 10:27:18 -08:00
start.dart Add a Flutter command that builds an APK using a local build of the engine 2015-11-17 14:54:25 -08:00
stop.dart Rename sky_tools to flutter_tools 2015-11-10 13:20:35 -08:00
test.dart flutter analyze command 2015-11-12 12:23:29 -08:00
trace.dart Rename sky_tools to flutter_tools 2015-11-10 13:20:35 -08:00
upgrade.dart Add a flutter upgrade command 2015-11-12 10:16:13 -08:00