flutter/packages/flutter_tools
Adam Barth 80f30d9176 Don't dump a stack trace for a usage exception
Instead, just print the usage.
2015-10-13 13:37:41 -07:00
..
bin Expose main via executable.dart 2015-10-10 00:15:21 -07:00
lib Don't dump a stack trace for a usage exception 2015-10-13 13:37:41 -07:00
test Refactor the build command so that it can be used internally 2015-10-13 10:00:06 -07:00
tool run tests sequentially 2015-10-06 16:00:24 -07:00
pubspec.yaml Rev pub package 2015-10-12 01:38:09 -07:00
README.md Changing Desc to match Github Desc. 2015-10-09 13:19:02 -07:00

tools

Build Status

Tools for building Flutter 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.