Tools for building Flutter applications.
To install, run:
pub global activate sky_tools
or, depend on this package in your pubspec:
dev_dependencies:
sky_tools: any
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
To serve the current directory using sky_server
:
pub run sky_tools:sky_server [-v] PORT
usage: pub run sky_tools:build_sky_apk <options>
-h, --help
--android-sdk
--skyx
Please file reports on the GitHub Issue Tracker.