|
|
|
Ask HN: How is Kotlin and Compose multiplatform over flutter?
|
|
6 points
by czyhandsome
731 days ago
|
|
I've used flutter to develop several self-user apps in both Desktop (Macos/Windows) and iOS platforms, and I just know about the Compose multiplatform using Kotlin. I knew flutter has been around for quite a few years and thus is quite mature & wildly used, but I really like the Kotlin programming language. I wonder how is Compose vs flutter, will it be a "future star" and beat or play with flutter in the same arena? Has any one experienced with Compose and could you share some opinions? |
|
- it is truly native, in the sense I can directly talk to native APIs on each platform without going through bridging code and there's no special runtime
- Kotlin exists outside of Compose Multiplatform. I love Dart as a language, but the reality is it is irrelevant outside of Flutter. Due to Kotlin gaining some popularity across various platforms and domains, it has an advantage that people who already know the language will decide they want to try Compose Multiplatform, because it's low risk and low effort to try it out