Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we add a Flutter module to an existing Android Studio project?

I have been reading about Flutter for a while now, and I want to convert parts of my app to learn more. I have an existing Android project written in Java/Kotlin. Is it possible to add a new Flutter module to the existing app?

like image 863
dev Avatar asked Jan 17 '26 10:01

dev


1 Answers

Yes, you can embed a FlutterView into an existing android or ios project. To have a part of your view using flutter, you can take a look at flutter view example here. For switching between fullscreen android and flutter views, you can look into this example.

Hope that helped!

like image 181
Hemanth Raj Avatar answered Jan 20 '26 01:01

Hemanth Raj



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!