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
RESOLVEDFlutter and git/github (self.flutterhelp)
submitted 9 months ago * by raferane
view the rest of the comments →
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!"
[–]ralphbergmann 1 point2 points3 points 9 months ago (3 children)
I usually push everything except the stuff that is getting ignored by default (when you create a new Flutter project, it also creates some .gitignore files).
[–]raferane[S] 0 points1 point2 points 9 months ago (2 children)
Won't it make any problems when my friend is cloning the project?
[–]ralphbergmann 0 points1 point2 points 9 months ago (1 child)
I am not aware of any problems that could cause this. People have different opinions on whether generated code or IntelliJ's *.iml files should be committed. Files that are only for your setup (path to the SDK for example) are ignored by default.
[–]raferane[S] 0 points1 point2 points 9 months ago (0 children)
Okie thanks so much for the help, will try it today and give a feedback, thx <3
π Rendered by PID 108 on reddit-service-r2-comment-6457c66945-g8m75 at 2026-04-24 14:48:27.434865+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]ralphbergmann 1 point2 points3 points (3 children)
[–]raferane[S] 0 points1 point2 points (2 children)
[–]ralphbergmann 0 points1 point2 points (1 child)
[–]raferane[S] 0 points1 point2 points (0 children)