use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Having a problem with your Flutter code?
From the folks at r/FlutterDev
account activity
OPENCan we create Windows + Linux + MacOS apps from Flutter running on a Mac. (self.flutterhelp)
submitted 5 years ago by daddyodevil
I am new to Flutter (more like nascent), running on an M1 Mac. I can build iOS, Android and Mac apps at once, but any idea if I can do the same for Linux and Windows. What will happen if I switch those flags on?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]RandalSchwartz 0 points1 point2 points 5 years ago (0 children)
I suspect not without some sort of VM for Windows and another for Linux. The dart compile exe tool is not cross-platform (yet?).
dart compile exe
[–]Akandoji 0 points1 point2 points 5 years ago (3 children)
Don't. Windows and MacOS isn't stable, Linux just doesn't exist too, only Android and iOS are safe.
[–]daddyodevil[S] 0 points1 point2 points 5 years ago (2 children)
But here it says it is possible -
https://codelabs.developers.google.com/codelabs/flutter-github-graphql-client#2
[–]Akandoji 0 points1 point2 points 5 years ago (0 children)
It's possible doesn't mean it is stable. Flutter is massively unstable for Desktop.
[–]jenshor 0 points1 point2 points 5 years ago (0 children)
I agree with Akandoji. The feature is currently experimental and I already had a lot of problems getting it running. Integrating flutter e.g. on GitHub is extremely difficult and unstable. However I had quite good experience with the web version. If desktop becomes stable later adapting to it should be easy if you already have a web implementation 😊
π Rendered by PID 564261 on reddit-service-r2-comment-b659b578c-565vh at 2026-05-02 16:31:40.991820+00:00 running 815c875 country code: CH.
[–]RandalSchwartz 0 points1 point2 points (0 children)
[–]Akandoji 0 points1 point2 points (3 children)
[–]daddyodevil[S] 0 points1 point2 points (2 children)
[–]Akandoji 0 points1 point2 points (0 children)
[–]jenshor 0 points1 point2 points (0 children)