Add swift version of Platform Channel example (#9098)

* wip

* wip

* delete main.m

* readd main.m

* update to use new channel api

* update android

* removed android/

* remove debug print

* remomved main.m

* Update year in copyright

* break long line and update name

* mit comments

* update examples/README

* break line

* update README

* update test
This commit is contained in:
Sarah Zakarias
2017-03-30 15:11:19 +02:00
committed by GitHub
parent 089194fc15
commit a94e995f3e
23 changed files with 934 additions and 0 deletions

View File

@@ -29,6 +29,11 @@ Available examples include:
demonstrates how to connect a Flutter app to platform-specific APIs. For
documentation, see https://flutter.io/platform-channels/ .
- **Platform Channel Swift** The [platform channel swift
app](platform_channel_swift) is the same as [platform
channel](platform_channel) but the iOS version is in Swift and there
is no Android version.
- **Flutter View** The [flutter view app](flutter_view) demonstrates how to
embed Flutter within an iOS or Android app.