Hi all I want to create a hybrid application which...
# android
p
Hi all I want to create a hybrid application which can run on both ios and android using kmm for shared business logic. Can I use flutter along with kmm to have common UI for both platforms?
👀 1
u
Flutter is capable of doing all the stuff you need for your app. Why you need to use both Flutter and KMM ? Any specific requirement
p
My current business logic is written in kotlin, it will be easier to migrate to kmm as compared to dart
u
If you have someone who can design and manage the UI stuff of both iOS and Android individually then use KMM with that Also as your business logic is available in KMM that means you already have Android app ready with that
p
But I want to have common UI code for android and ios
p
Thanks I will give it a read