Damus
daniele · 9w
Flutter vs Kotlin Multiplatform for Nostr multi platform development, any advice? #asknostr #dev nostr:npub1gcxzte5zlkncx26j68ez60fzkvtkm9e0vrwdcvsjakxf9mu9qewqlfnj5z
Vitor Pamplona profile picture
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.
2❤️1
Gary · 9w
damn PVGM
daniele · 9w
Thanks for the details. > google has stopped funding flutter This is a sign.