Rename platform_services to platform_channel (#9018)

* Rename platform_services to platform_channel

* rename in README

* renamed tests

* update modules.xml
This commit is contained in:
Sarah Zakarias
2017-03-27 11:17:31 +02:00
committed by GitHub
parent eedc5d9f58
commit d274888be6
38 changed files with 20 additions and 20 deletions

View File

@@ -25,7 +25,7 @@ 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)
- **Platform Channel** The [platform channel app](platform_channel)
demonstrates how to connect a Flutter app to platform-specific APIs. For
documentation, see https://flutter.io/platform-channels/ .