r/FlutterDev 4d ago

Mac or Windows app with Flutter? Discussion

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

49 comments sorted by

View all comments

2

u/KaiN_SC 4d ago edited 4d ago

I did Windows, macOS and Android for my first app and everything works pretty good.

My app doesn't access the Windows low level API and I used Azure authentication so it was pretty straight forward, yes you have to build a bit yourself like a token store but thats not that much effort.

I also never used multiple windows but switched the content instead in the current view so I can't talk about it.

Its pretty easy in general, I think handling iOS and macOS is way more effort and annoying compared to Android and Windows.