flutter/packages/flutter_tools
2015-10-20 18:50:19 -07:00
..
bin return exit codes on failures 2015-10-17 11:50:23 -07:00
lib Avoid script snapshot creation if the --precompiled flag is set during builds 2015-10-20 18:50:19 -07:00
test return exit codes on failures 2015-10-17 11:50:23 -07:00
tool run tests sequentially 2015-10-06 16:00:24 -07:00
pubspec.yaml Update flutter_tools version to 0.0.25. 2015-10-19 16:33:54 -04:00
README.md 0.0.24 2015-10-18 12:37:59 -07:00

tools

Build Status pub package

Tools for building Flutter applications.

Installing

To install, run:

pub global activate sky_tools

or, depend on this package in your pubspec:

dev_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.