what is the Compose’s advantage over Flutter?
# compose
s
what is the Compose’s advantage over Flutter?
1
c
It depends 🙂
z
My personal opinion is that one of the biggest advantages of Compose is Kotlin - and one of the primary wins of JVM Kotlin over Dart is decades of preexisting ecosystem, as well as more widespread knowledge about runtime details and probably even the language itself. Framed another way, if you already have a ton of android/Java code, it's a lot easier to use that from Kotlin (and thus Compose) than Dart.
c
Yeah, the pervasiveness of Kotlin/Java in the developer community can not be understated in what drives and maintains adoption, versus Dart.
z
Another related benefit, although it's about more than just language, is it's probably a lot easier to incrementally adopt compose since you can theoretically do it on a view-by-view basis, which is, AFAIK, a lot more awkward with flutter.
c
Yeah, Flutter would take a whole rewrite if migrating