Is there a framework for building cross-platform apps for Android, iOS, MacOS, and Windows?
This might be a significant stretch, but I'm moving into mobile app development and wondering if there are frameworks to build apps that are cross-platform between Android, iOS, and desktop applications (Windows and/or MacOS, not webapps).
Off of initial research, it seems like Flutter is my closest bet, as it is cross-platform with Android, iOS, web, and desktop. That being said, I'm wondering if there are alternatives given Theo pointed out some reasons Flutter is suboptimal in a recent video.
Thanks!
3 Replies
In my experience, user interfaces differ a lot between mobile and desktop. Hence, you have to ask yourself, if that's a good idea in the first place.
All of the logic is propably the same but that can be shared as a library.
you could try tauri + expo/react native, i've seen a few templates use those before
tauri v2 is in alpha, but it adds support for ios and android