Hello. Why most of mobile developers use Flutter ...
# android
h
Hello. Why most of mobile developers use Flutter instead of Kotlin Multi-platform? Is Kotlin Multi-platform worse than Flutter?
c
"Most"? Where are your numbers coming from?
7
c
What's your definition of "worse"? What factors do you care about when comparing Flutter and KMM? What is your usecase? What research have you done so far?
7
f
They are different solutions, in general KMM requires platform specific knowledge, I guess that’s why new devs in the mobile world would prefer something like flutter or RN
l
KMM is also a lot newer. Our ‘equivalent’ to Flutter is Compose, which isn’t done yet for multiplatform.
r
It depends on what feature you are going to provide in the app. If your app needs to communicate with the hardware such as BLE or keyboard or needs firmware update, 3rd party framework like RN or Flutter won't have deeper support. With that being said, Native platform is the best choice to apply into your app, KMM got both Native and Cross Platform.