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
140bf64a
Commit
140bf64a
authored
Apr 20, 2016
by
Adam Barth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update examples readme (#3434)
Previously this readme had some broken links. Fixes #3428
parent
435fdbff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
README.md
examples/README.md
+9
-10
No files found.
examples/README.md
View file @
140bf64a
...
@@ -4,20 +4,19 @@ Flutter Examples
...
@@ -4,20 +4,19 @@ 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.
individual Dart application package.
To run a sample with the
`flutter`
tool, run
`pub get`
inside its directory,
To run an example, use
`flutter run`
inside that example's directory. See the
then run
`flutter run`
. (See the
[
getting started guide
](
https://flutter.io/getting-started/
)
to install
[
getting started guide
](
https://flutter.io/getting-started/
)
to install
the
`flutter`
tool.
)
the
`flutter`
tool.
Available examples include:
Available examples include:
-
**Hello, world**
The
[
hello world app
](
hello_world
)
is a basic app that shows
-
**Hello, world**
The
[
hello world app
](
hello_world
)
is a basic app that shows
the text "hello, world."
the text "hello, world."
-
**
Stocks**
The
[
stocks app
](
stocks
)
is an example of a typical mobile app
-
**
Material Gallery**
The
[
material gallery app
](
material_gallery
)
showcases
built using Flutter. The app shows a list of all the stocks in the NASDAQ
.
Flutter's implementation of
[
material design
](
https://www.google.com/design/spec/material-design/introduction.html
)
.
-
**
Widgets**
The
[
widget apps
](
widgets
)
demonstrate a number of Flutter widget
s
-
**
Layers**
The
[
layers vignettes
](
layers
)
show how to use the various layer
s
so you can experiment with them in a simple container. There is no main.dart
in the Flutter framework. There is no main.dart in this directory because each
in this directory because each file is a standalone sample. To run a
file is a standalone example. To run a particular file, use
particular file, use
`flutter run -t filename.dart`
.
`flutter run -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