我发了一个应用程序。我想为它添加功能(例如ironsoure广告中介),目前没有任何颤动包。我可以通过打开由flutter生成的Android代码直接在android studio中添加这些功能吗?我该怎么做?
您应该编写特定于平台的MethodChannel并使用dart代码实现。
MethodChannel
点击此链接,https://flutter.dev/docs/development/platform-integration/platform-channels