mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
New concepts: FlutterMessageChannel (basic message send/receive superseding existing FlutterView methods), FlutterMethodChannel (method invocation and event streams), pluggable codecs for messages and method calls: unencoded binary, string, json, and 'standard' flutter binary encoding.