mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Update README.md
Refined query template with "new" keyword.
This commit is contained in:
parent
42f773c327
commit
396c6368dc
@ -10,11 +10,11 @@ the `flutter` tool.
|
|||||||
|
|
||||||
**Tip:** To see examples of how to use a specific Flutter framework class,
|
**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
|
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
|
classname you are searching for (for example, here's the [query](https://github.com/flutter/flutter/search?q=path%3Aexamples+new+AppBar) for examples of
|
||||||
the [`AppBar`](https://docs.flutter.io/flutter/material/AppBar-class.html) class).
|
the [`AppBar`](https://docs.flutter.io/flutter/material/AppBar-class.html) class).
|
||||||
|
|
||||||
```
|
```
|
||||||
https://github.com/flutter/flutter/search?q=path%3Aexamples+foo
|
https://github.com/flutter/flutter/search?q=path%3Aexamples++new+foo
|
||||||
```
|
```
|
||||||
|
|
||||||
Available examples include:
|
Available examples include:
|
||||||
|
Loading…
Reference in New Issue
Block a user