简体   繁体   中英

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?

What do you mean by making your existing app fully compatible with 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. The library you mentioned in your post has its equivalent in a basic Material Flutter application and its called a CircleAvatar .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM