Commit 396c6368 authored by qchong's avatar qchong Committed by GitHub

Update README.md

Refined query template with "new" keyword.
parent 42f773c3
...@@ -10,11 +10,11 @@ the `flutter` tool. ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment