简体   繁体   English

将 flutter 模块添加到现有的 android 工作室应用程序

[英]adding flutter module to existing android studio app

I have installed flutter and need to add it to my app because I want one of it's features, and also have added a new flutter module to my app, now how should I change the existing libraries(ex: implementation 'de.hdodenhof:circleimageview:3.1.0') so that they are compatible with flutter, as in how do make my existing app fully compatible with flutter?我已经安装了 flutter 并且需要将其添加到我的应用程序中,因为我想要它的一个功能,并且还向我的应用程序添加了一个新的 flutter 模块,现在我应该如何更改现有库(例如:实现'de.hdodenhof:circleimageview :3.1.0') 以便它们与 flutter 兼容,如如何使我现有的应用程序与 flutter 完全兼容?

What do you mean by making your existing app fully compatible with Flutter?使您现有的应用程序与 Flutter 完全兼容是什么意思? If you successfully created a Flutter module and import it in your application, then you are able to launch an activity and display UI thanks to the Flutter engine.如果您成功创建了 Flutter 模块并将其导入您的应用程序中,那么您可以启动一个活动并显示 UI,这要归功于 Flutter 引擎。 The library you mentioned in your post has its equivalent in a basic Material Flutter application and its called a CircleAvatar .您在帖子中提到的库在基本 Material Flutter 应用程序中具有等效项,称为CircleAvatar

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在现有的Android应用程序中集成Flutter模块时出现问题 - Problem integrating flutter module in existing android app 在Android Studio中添加App Engine模块时出错 - Error adding App Engine module in Android Studio 我们可以将Flutter模块添加到现有的Android Studio项目中吗? - Can we add a Flutter module to an existing Android Studio project? While adding flutter to an existing android app, How could I use a different base URL in flutter_module based on `stage`, `prod` android flavor? - While adding flutter to an existing android app, How could I use a different base URL in flutter_module based on `stage`, `prod` android flavor? 在Android Studio上添加模块依赖项 - Adding Module Dependency on Android Studio Flutter:在Android Studio中打开android模块被禁用 - Flutter: Open android module in Android Studio is disabled 添加到现有 Android 应用程序时,图像选择器和文件选择器插件在 Flutter 模块上不起作用 - Image-picker and File-Picker plugin not working on Flutter module when add to existing android app 将外部jar添加到纯Java模块时出现NoClassDefFoundError,这是Android Studio中应用程序模块的依赖项 - NoClassDefFoundError when adding external jar to a pure java module, which is a dependency of the app module in Android Studio Flutter 应用程序未在 Android Studio 中运行 - Flutter App not running in Android studio 将现有的android studio项目添加到gitlab存储库 - Adding an existing android studio project to gitlab repository
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM