From 3c99272ce28e642ff31b5ea42bdeefde7089b5de Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Fri, 24 Mar 2017 11:51:54 +0100 Subject: [PATCH] Update the examples README file (#8994) * Update the examples README file * Addressed comment --- examples/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/README.md b/examples/README.md index 336ad873438..a471385cc4e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -25,6 +25,13 @@ Available examples include: - **Flutter gallery** The [flutter gallery app](flutter_gallery) showcases 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 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