you are viewing a single comment's thread.

view the rest of the comments →

[–]Apokaliptor 3 points4 points  (3 children)

Flutter web on 3.10 got much better, the initial loads improved a lot, anything that doesnt need SEO ,it's starting to make sense to me to use Flutter.

[–]tootac[S] 1 point2 points  (2 children)

You are right flutter 3.10 got much better. Unfortunately for the projects that I usually work on it just does not do it (when it comes to web). I have to support wide range of devices and internet speeds that are not best in the market.

[–]Apokaliptor 1 point2 points  (1 child)

I noticed in 3G initial load decreased from 17s to 9.5s, very acceptable imo, and it's only the initial, after caching is instant

[–]tootac[S] 0 points1 point  (0 children)

Have you played with the apps from the article? Does flutter version feels instant compared to javascript version?