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

Typo fix in README.md (#776)

This commit is contained in:
pcamp
2021-03-16 23:42:29 -05:00
committed by GitHub
parent c050096caa
commit 84bb425d11

View File

@@ -6,7 +6,7 @@ A sample app which demonstrates how to use `MethodChannel`, `EventChannel`, `Bas
* Demonstrate how to use `MethodChannel` to invoke platform methods. * Demonstrate how to use `MethodChannel` to invoke platform methods.
* Demonstrate how to use `EventChannel` to listen continuous value changes from the platform. * Demonstrate how to use `EventChannel` to listen continuous value changes from the platform.
* Demonstrate how to use `BasicMessageChanngel` and `MessageCodec` to send messages of different types across the platform. * Demonstrate how to use `BasicMessageChannel` and `MessageCodec` to send messages of different types across the platform.
## The important bits ## The important bits