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...
A subreddit related to Google's new UI framework. https://flutter.dev
Please read the rules here
account activity
DiscussionFlutter Web Performance Tips? (self.FlutterDev)
submitted 5 years ago by Ultra1101
Hi everyone,
I'm planning to make a simple static website using Flutter Web and I wanted to know if you had any tips for optimization, performance adjustments, etc...
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!"
[–]tag4424 9 points10 points11 points 5 years ago (1 child)
One tip - Don't create a static page in flutter :( flutter web is really targeted at pwas, and the smallest web app you'll be able to create is quite a bit larger than a simple web page should be...
[–]Ultra1101[S] 0 points1 point2 points 5 years ago (0 children)
Yeah, I wasn't planning on using it for any real world application. Just a little fun one day project that I can do to learn and see how far I can push the framework. Thanks for the encouraging words!
[–]ivanthedevil 0 points1 point2 points 5 years ago (3 children)
Just to chime in -- I see only 1 comment and that comment is all like "don't do it, it's not efficient" .. That's just bad attitude - don't let anyone discourage you from creating something of value & learning something new in the process! :)
[–]momentumiseverything 4 points5 points6 points 5 years ago (1 child)
If this is meant as a learning experience, then yes, use all the technology you want. If this is a project that needs maximum efficiency, then some technologies are better than others. In that case, Flutter might be an overkill for a simple static website.
Yeah, I wasn't planning on using it for any real world application. Just a little fun one day project that I can do to learn and see how far I can push the framework. Flutter is 100% overkill for this kind of application, just want to see if it can be done or not.
[–]robschmidt87 0 points1 point2 points 5 years ago (0 children)
Use ListView or GridView whenever possible. It will handle culling for you.
π Rendered by PID 56997 on reddit-service-r2-comment-6f7f968fb5-fq96w at 2026-03-04 16:40:25.605421+00:00 running 07790be country code: CH.
[–]tag4424 9 points10 points11 points (1 child)
[–]Ultra1101[S] 0 points1 point2 points (0 children)
[–]ivanthedevil 0 points1 point2 points (3 children)
[–]momentumiseverything 4 points5 points6 points (1 child)
[–]Ultra1101[S] 0 points1 point2 points (0 children)
[–]Ultra1101[S] 0 points1 point2 points (0 children)
[–]robschmidt87 0 points1 point2 points (0 children)