source code, it is very bare at the moment (a few types of buttons/text, but no TextField etc). At the moment, is the recommended way to write multiplatform UIs? Is it to stick with it and expect-actual what it doesn't have, or completely ignore it?
b
Big Chungus
09/10/2021, 10:27 PM
Compose is NOT flutrer. Ui code sharing is far from its main goals.
c
CLOVIS
09/10/2021, 10:35 PM
What's the point on doing on top of Multiplatform, then?
b
Big Chungus
09/10/2021, 10:42 PM
To allow sharing business, networking, persistence and view models
Compose itself doesn't need to be multiplatform for that. If the goal isn't to share UI, why did they keep everything binary compatible between Android and desktop, using the same package names etc?