createFragment使用平台通道

createFragment使用平台通道

本文介绍了如何通过FlutterView或Flutter.createFragment使用平台通道的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚看到了Flutter路线图,其中提到了在现有项目.

I just saw the flutter roadmap mentioning a preview of adding flutter to existing project.

我仍然不确定在使用 FlutterView Flutter.createFragment 时如何使用平台通道.通常,它们在 FlutterActivity 实例中可用.

I am still not sure how to use platform channels when using FlutterView or Flutter.createFragment. Usually they are available in the FlutterActivity instance.

推荐答案

您将创建通道的新实例,并传入您的 FlutterView .本文档提供了很好的概述.

You create a new instance of the channel and pass in your FlutterView. This documentation gives a good overview.

这篇关于如何通过FlutterView或Flutter.createFragment使用平台通道的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 03:40