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
93fa4464
Commit
93fa4464
authored
Oct 13, 2015
by
Jim Beveridge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show new flutter tool and its use in the widgets dir.
parent
7c5092f7
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 @
93fa4464
...
...
@@ -2,15 +2,22 @@ Flutter Examples
================
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`
then you will want to run
`pub get`
inside their directory before running
`./packages/sky/sky_tool start`
.
individual Dart application package.
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."
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.
3.
*Widgets.*
The
[
widgets app
](
widgets
)
contains a number of Flutter widgets so
you can experiment with them in a simple container.
-
*Widgets.*
The
[
widget apps
](
widgets
)
demonstrate a number of Flutter widgets
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