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
517ddab3
Commit
517ddab3
authored
Sep 27, 2016
by
qchong
Committed by
GitHub
Sep 27, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add tip on how to query for examples of using specific classes in the samples. (#6103)
parent
f6da3b2a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
README.md
examples/README.md
+9
-0
No files found.
examples/README.md
View file @
517ddab3
...
...
@@ -8,6 +8,15 @@ To run an example, use `flutter run` inside that example's directory. See the
[
getting started guide
](
https://flutter.io/getting-started/
)
to install
the
`flutter`
tool.
**Tip:**
To see examples of how to use a specific Flutter framework class,
copy and paste a URL with this format in your browser. Replace
`foo`
with the
classname you are searching for (for example, here's the
[
query
](
https://github.com/flutter/flutter/search?q=path%3Aexamples+AppBar
)
for examples of
the
[
`AppBar`
](
https://docs.flutter.io/flutter/material/AppBar-class.html
)
class).
```
https://github.com/flutter/flutter/search?q=path%3Aexamples+foo
```
Available examples include:
-
**Hello, world**
The
[
hello world app
](
hello_world
)
is a basic app that shows
...
...
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