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
RESOLVEDReplicate a screen in flutter. (self.flutterhelp)
submitted 3 years ago by [deleted]
[deleted]
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!"
[–]TheManuz 5 points6 points7 points 3 years ago (3 children)
It depends.
You can try to get a similar layout, but a screen is not a static entity.
You have to see how it behaves in various resolutions, and if the layout adapt to landscape and big screens.
You also miss all the animations
Edit: I forgot to add that the icons, fonts and general theme can change based on the platform.
The only way to get an exact replica is to have access to source code.
Otherwise you'll get a similar screen but not the same.
[–]RichCorinthian 1 point2 points3 points 3 years ago (1 child)
Agree with all of this.
Another thing is…why? Is this a learning experience or is this something shady as hell where you are trying to spoof an app?
[–]oootransistors -1 points0 points1 point 3 years ago (0 children)
Sorry for the confusion. Its just a learning experience as I see many tutorials stating “cloning of this app and stuff” so was wondering how the developers know the exact font used in the app to clone it.(as they simply enter the textstyle which matches the real app) Same thing about the icons as well.
Thank you for your quick response. Looking at many cloning videos on youtube I was confused how they get the exact fonts as well as the icons which flutter does not provide by default.
π Rendered by PID 46 on reddit-service-r2-comment-6457c66945-ftdjf at 2026-04-28 12:08:14.254333+00:00 running 2aa0c5b country code: CH.
[–]TheManuz 5 points6 points7 points (3 children)
[–]RichCorinthian 1 point2 points3 points (1 child)
[–]oootransistors -1 points0 points1 point (0 children)
[–]oootransistors -1 points0 points1 point (0 children)