1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

[platform_channels] adds implementation of BasicMessageChannel for iOS (#610)

This commit is contained in:
Ayush Bherwani
2020-12-15 11:45:35 +05:30
committed by GitHub
parent e940d54618
commit 64fce38501
4 changed files with 56 additions and 6 deletions

View File

@@ -2,8 +2,6 @@
A sample app which demonstrates how to use `MethodChannel`, `EventChannel`, `BasicMessageChannel` and `MessageCodec` in Flutter.
This sample is currently being built. Not all platforms and functionality are in place.
## Goals
* Demonstrate how to use `MethodChannel` to invoke platform methods.