this post was submitted on 19 Jan 2026
24 points (100.0% liked)

Open Source

45509 readers
1076 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

Dopes anyone know any good mobile app frameworks that are open source. I would like to be able to develop from windows, but move over to a mac (I own one) when I build for IOS. I want raw NATIVE ui provided by SwiftUI and whatever android has (material design I think).

you are viewing a single comment's thread
view the rest of the comments
[–] glitching@lemmy.ml 1 points 1 month ago (1 children)

I'm outta that racket, but way back when I used flutter/Dart, specifically because multiplatform support was a must and having dedicated Android/iOS/web devs wasn't in the budget. no idea how the landscape is now, I imagine react native is the thing. as to performance, it was way faster than the alternatives of its time (meteor, ionic, etc), but still laged a bit behind native app development.

[–] guymontag@lemmy.ml 1 points 1 month ago

I just really hate the flutter ecosystem tbh. The whole dart language just isn’t my thing.