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
faa7f818
Commit
faa7f818
authored
Oct 13, 2015
by
Adam Barth
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1602 from jimbeveridge/readme
Show new flutter tool and its use in the widgets dir.
parents
6529f54c
93fa4464
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
7 deletions
+14
-7
README.md
examples/README.md
+14
-7
No files found.
examples/README.md
View file @
faa7f818
...
@@ -2,15 +2,22 @@ Flutter Examples
...
@@ -2,15 +2,22 @@ Flutter Examples
================
================
This directory contains several examples of using Flutter. Each of these is an
This directory contains several examples of using Flutter. Each of these is an
individual Dart application package. If you wish to run them with
`sky_tool`
individual Dart application package.
then you will want to run
`pub get`
inside their directory before running
`./packages/sky/sky_tool start`
.
1.
*Hello, world.*
The
[
hello world app
](
hello_world
)
is a basic app that shows
To run a sample with the
`flutter`
tool, run
`pub get`
inside its directory,
then run
`flutter start`
. (See the
[
getting started guide
](
https://flutter.github.io/getting-started/
)
to install
the
`flutter`
tool.)
Available examples include:
-
*Hello, world.*
The
[
hello world app
](
hello_world
)
is a basic app that shows
the text "hello, world."
the text "hello, world."
2.
*Stocks.*
The
[
stocks app
](
stocks
)
is an example of a typical mobile app
-
*Stocks.*
The
[
stocks app
](
stocks
)
is an example of a typical mobile app
built using Flutter. The app shows a list of all the stocks in the NASDAQ.
built using Flutter. The app shows a list of all the stocks in the NASDAQ.
3.
*Widgets.*
The
[
widgets app
](
widgets
)
contains a number of Flutter widgets so
-
*Widgets.*
The
[
widget apps
](
widgets
)
demonstrate a number of Flutter widgets
you can experiment with them in a simple container.
so you can experiment with them in a simple container. There is no main.dart
in this directory because each file is a standalone sample. To run a
particular file, use
`flutter start -t filename.dart`
.
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