2026-02-22 22:58:18 CET
in reply to

VitorPamplona on Nostr: Flutter is older and basic multiplatform works. KMP is the future (google has stopped ...

Flutter is older and basic multiplatform works.

KMP is the future (google has stopped funding flutter) but the iOS part is still VERY new. It works, and it goes native in iOS too, but not everything is perfectly the same as a native UI in iOS.

KMP works better for the backend of the apps. I saw a lot of people doing native swift with a Kotlin backend than using Compose for iOS, for instance. Just because the feeling is closer to what iOS users want.