DEV Community

Discussion on: Flutter vs Jetpack Compose for Desktop?

Collapse
 
qrezet profile image
qrezet • Edited

The use of Android Studio Canary shouldn’t be a big deal. Thats only for a short term specially that Compose is going stable in july and so does AS as well.

There are also alot of things that werent considered here. For one, going Flutter pretty much ties you up with Dart and Flutter and the integration with the native platform would be a big deal depending on the type of application you are targeting.

PS
Coming from someone who code Compose and Flutter for work, IMO, Compose is much much more natural to use, easier to understand, less boilerplate and much more customizable compared to what Flutter provides.

Collapse
 
mitchartemis profile image
Mitch Stanley • Edited

Thanks for your perspective @qrezet . I'm definitely keeping my eye on Compose, and as I mentioned in the original question, I really enjoy the syntax a lot more than Flutter.

For someone that has zero knowledge in Android development, and wants to use either of these technologies for desktop development of mostly simple apps, the barrier just feels a lot higher with Compose right now. There are less resources, and what seems like more hurdles as Compose for Desktop appears to have a slightly different API to Compose for Android.

If there was a beginner book for Compose for Desktop, I'd be all over that in a heartbeat!