Yesterday, Flutter 2 was announced. I am just curi...
# compose-desktop
y
Yesterday, Flutter 2 was announced. I am just curious if anybody has any experience on how it compares to compose-desktop (besides the obvious difference of kotlin vs dart). https://developers.googleblog.com/2021/03/announcing-flutter-2.html
m
One of more advantages I see with compose-desktop is the interoperability with JVM and particular swing. For me is the killer feature the ability to share/reuse code from my Android and of course Kotlin multiplatform apps, where even presentation layer can be shared ... I am also not even sure if Fluter is comparable to compose-desktop at all, I would say its more to be compared with react based stack ...
5