Is Kotlin Multiplatform Replacing Flutter?
11–20 of 80 posts
Re: Is Kotlin Multiplatform Replacing Flutter?
#12They also recently offshored some Flutter roles which may be a sign of how central they view Flutter. In a few years it may be in the graveyard.
https://touchlab.co/KMP-at-google
https://www.reddit.com/r/FlutterDev/comments/1chwqtu/flutter...
Re: Is Kotlin Multiplatform Replacing Flutter?
#13Kotlin Multiplatform (KMP) on the other hand, as the name suggests, allows one's knowledge in Kotlin/Android/JVM (a vastly bigger and more established ecosystem) to be used for building cross-platform apps.
KMP's focus is on reusing "logic" while implementing each platform's UI using the platform specific framework (SwiftUI and Jetpack Compose for mobile). I see this as a big advantage as well, as it allows apps to keep up with each platform and feel "at home", instead of landing with an "averaged" experience.
So yes, KMP is a more sustainable path forward.
Re: Is Kotlin Multiplatform Replacing Flutter?
#14If you want cross platform with a nice set of mature libraries and components, have a look at Delphi. It now (optionally) uses Skia as its rendering engine, the same as Flutter.
Re: Is Kotlin Multiplatform Replacing Flutter?
#15I really see zero compelling evidence of this whatsoever. It seems like some random bullshit Twitter drama without any substance behind it.
Now, I like Flutter and I like Kotlin. Jetpack Compose is really nice. But if I am starting an app today and in a year or two, Google decides that developing two competing frameworks is too expensive, they'll discontinue one. If it is the one that I chose, I'll be sooooo bitter.
So yes, right now, they're pushing both and they claim not to have a preference but we need some reassurance that it'll stay that way.
Re: Is Kotlin Multiplatform Replacing Flutter?
#16Re: Is Kotlin Multiplatform Replacing Flutter?
#17Since when was Flutter the "go-to solution for cross-platform development"? Maybe for hobbyists but in the corporate space it's still React Native. The problem with Flutter, and this extends even further with KMP is that the scope of your skills is limited to making mobile apps whereas with React Native you are learning and using skills that can apply to a complete stack. KMP is even worse in this regard as they expe…
Re: Is Kotlin Multiplatform Replacing Flutter?
#18From: https://blog.jetbrains.com/kotlin/2023/07/update-on-the-name...