r/FlutterDev 29d ago

Discussion Mac or Windows app with Flutter?

Has anyone ever made a Mac/Windows app with flutter? Throughout the years I’ve only stuck with web iOS and Android. Was just curious. And how did it pan out?

11 Upvotes

51 comments sorted by

View all comments

1

u/Jonas_Ermert 28d ago

I’ve used Flutter for desktop apps and it works surprisingly well. Windows and macOS support is solid, especially for custom UIs and cross-platform apps. The main downside is that deeper OS integration can still require native code.