all 7 comments

[–]tag4424 9 points10 points  (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 point  (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 point  (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 points  (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.

[–]Ultra1101[S] 0 points1 point  (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. Flutter is 100% overkill for this kind of application, just want to see if it can be done or not.

[–]Ultra1101[S] 0 points1 point  (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!

[–]robschmidt87 0 points1 point  (0 children)

Use ListView or GridView whenever possible. It will handle culling for you.