Skip to content

Commit 3c99272

Browse files
authored
Update the examples README file (flutter#8994)
* Update the examples README file * Addressed comment
1 parent df3a365 commit 3c99272

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ Available examples include:
2525
- **Flutter gallery** The [flutter gallery app](flutter_gallery) showcases
2626
Flutter's implementation of [material design](https://material.google.com/).
2727

28+
- **Platform Services** The [platform services app](platform_services)
29+
demonstrates how to connect a Flutter app to platform-specific APIs. For
30+
documentation, see https://flutter.io/platform-channels/ .
31+
32+
- **Flutter View** The [flutter view app](flutter_view) demonstrates how to
33+
embed Flutter within an iOS or Android app.
34+
2835
- **Layers** The [layers vignettes](layers) show how to use the various layers
2936
in the Flutter framework. There is no main.dart in this directory because each
3037
file is a standalone example. To run a particular file, use

0 commit comments

Comments
 (0)