Tag

EventChannel

0 views collected around this technical thread.

360 Tech Engineering
360 Tech Engineering
Aug 29, 2019 · Mobile Development

Understanding Flutter Platform Channels: Communication Between Dart and Native Android

This article explains how Flutter’s PlatformChannel works, detailing the communication flow from Dart to Android and back, including the role of MethodChannel, BasicMessageChannel, and EventChannel, with code examples and a step‑by‑step analysis of the underlying engine implementation.

AndroidBasicMessageChannelEventChannel
0 likes · 12 min read
Understanding Flutter Platform Channels: Communication Between Dart and Native Android
Xianyu Technology
Xianyu Technology
Jun 23, 2018 · Mobile Development

Flutter Plugin Development: Platform Channels, MethodChannel, EventChannel, and Integration Guide

The article explains how to develop Flutter plugins using platform channels—MethodChannel for invoking native APIs and EventChannel for streaming events—detailing Android and iOS implementation steps, registration, dependency setup, common pitfalls, and advanced considerations such as JSON‑serializable data and texture handling.

EventChannelFlutterMethodChannel
0 likes · 11 min read
Flutter Plugin Development: Platform Channels, MethodChannel, EventChannel, and Integration Guide