0
点赞
收藏
分享

微信扫一扫

Flutter通过插件调用原生安卓

他说Python 2022-04-24 阅读 154
flutter

Flutter通过插件调用原生安卓

Architectural overview: platform channels

Messages are passed between the client (UI) and host (platform) using platform channels as illustrated in this diagram:
请添加图片描述
Messages and responses are passed asynchronously, to ensure the user interface remains responsive.

Platform channel data types support and codecs

在这里插入图片描述
参考:
https://docs.flutter.dev/development/platform-integration/platform-channels

举报

相关推荐

0 条评论