Hi guys just wanted go ask that what is the difference between compose multiplatform and flutter or ...
b
Hi guys just wanted go ask that what is the difference between compose multiplatform and flutter or any hybrid development is the [performance better in compose multiplatform or what?
m
With Compose Multiplatform you have the power of acceding native APIs easily using Kotlin/Native and you can have native UIKit view inside your compose code, also you can use your compose components inside SwiftUi code, and you can have screens with SwiftUi and screens with Compose working together. So there's a lot of options and freedom thanks to the interoperability that kotlin provides.
👍 1
j
I recently wrote an extensive comparison between Flutter and KMP. It touches a little upon performance , but I'm working on a follow-up with benchmarks. https://medium.com/@jacobras/flutter-versus-kotlin-multiplatform-for-existing-codebases-19ff5e53ccbf
🤩 1
❤️ 3