flutter/packages/flutter_tools
James Robinson 20e5355239 Teach sky_tools mojo_run to run on Android (using mojo devtools)
This teaches sky_tools mojo_run --android to invoke mojo's devtool's mojo_run
script with the right flags for invoking sky_viewer on android. This tells the
devtools script to load sky_viewer.mojo from https://storage.googleapis.com/...
and to load app.flx (or whatever the developer specifies as --app) from the
filesystem using the devtools http server.
2015-09-22 15:25:42 -07:00
..
bin Adds a run_mojo command that downloads sky_viewer.mojo and runs an flx in it 2015-09-21 22:06:05 -07:00
lib/src Teach sky_tools mojo_run to run on Android (using mojo devtools) 2015-09-22 15:25:42 -07:00
test Most of the infrastructure needed to install an APK on Android. 2015-09-16 12:56:10 -07:00
tool check all the dart code in the project, not just selected libraries 2015-09-18 20:59:32 -07:00
pubspec.yaml Rev pub package 2015-09-21 11:04:40 -07:00
README.md Update README.md 2015-09-19 08:50:26 -07:00

tools

Build Status

Tools for building Sky applications.

Installing

To install, run:

pub global activate sky_tools

or, depend on this package in your pubspec:

dependencies:
  sky_tools: any

Running sky_tools

Run sky_tools (or pub global run sky_tools) to see a list of available commands:

  • init to create a new project

Then, run a sky_tools command:

sky_tools init --out my_sky_project

Running sky_tools:sky_server

To serve the current directory using sky_server:

pub run sky_tools:sky_server [-v] PORT

Running sky_tools:build_sky_apk

usage: pub run sky_tools:build_sky_apk <options>

-h, --help
    --android-sdk
    --skyx

Filing Issues

Please file reports on the GitHub Issue Tracker.