Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
f5ce5564
Commit
f5ce5564
authored
Nov 05, 2015
by
Adam Barth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify README
parent
c8f66a1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
48 deletions
+4
-48
README.md
packages/flutter_tools/README.md
+4
-48
No files found.
packages/flutter_tools/README.md
View file @
f5ce5564
# tools
[
![Build Status
](
https://travis-ci.org/flutter/tools.svg
)
](https://travis-ci.org/flutter/tools)
[
![Build status
](
https://ci.appveyor.com/api/projects/status/fpokp26jprqddfms/branch/master?svg=true
)
](https://ci.appveyor.com/project/devoncarew/tools/branch/master)
[
![pub package
](
https://img.shields.io/pub/v/sky_tools.svg
)
](https://pub.dartlang.org/packages/sky_tools)
# Flutter tools
Tools for building Flutter applications.
## Installing
To install, run:
pub global activate sky_tools
or, depend on this package in your pubspec:
```
yaml
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
To run the tests:
Please file reports on the
[
GitHub Issue Tracker
](
https://github.com/flutter/tools/issues
)
.
-
pub get
-
pub run test
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment