mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
We still have the --http option as a fallback for now. Once we're confident the --no-http version works, we'll drop the --http support. Also, create the FLX in a temp directory and then delete the temp directory when we're done. Finally, pull the Linux artifacts from the cloud storage bucket that the buildbot is uploading to.
tools
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:
initto 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.