mirror of
https://github.com/flutter/flutter.git
synced 2026-02-05 11:19:18 +08:00
* Allow sending messages from the platform to the framework * Add ability to send messages from the plugin to the platform. Also adds [PluginEventChannel] which is the plugin counterpart to EventChannel. Fixes https://github.com/flutter/flutter/issues/39981 * fix analyzer errors * Enhance doc comments * Remove dead code in test