Commit 3c99272c authored by Sarah Zakarias's avatar Sarah Zakarias Committed by GitHub

Update the examples README file (#8994)

* Update the examples README file

* Addressed comment
parent df3a3657
...@@ -25,6 +25,13 @@ Available examples include: ...@@ -25,6 +25,13 @@ Available examples include:
- **Flutter gallery** The [flutter gallery app](flutter_gallery) showcases - **Flutter gallery** The [flutter gallery app](flutter_gallery) showcases
Flutter's implementation of [material design](https://material.google.com/). Flutter's implementation of [material design](https://material.google.com/).
- **Platform Services** The [platform services app](platform_services)
demonstrates how to connect a Flutter app to platform-specific APIs. For
documentation, see https://flutter.io/platform-channels/ .
- **Flutter View** The [flutter view app](flutter_view) demonstrates how to
embed Flutter within an iOS or Android app.
- **Layers** The [layers vignettes](layers) show how to use the various layers - **Layers** The [layers vignettes](layers) show how to use the various layers
in the Flutter framework. There is no main.dart in this directory because each in the Flutter framework. There is no main.dart in this directory because each
file is a standalone example. To run a particular file, use file is a standalone example. To run a particular file, use
......
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