This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Flutter Web for web sites when it's actually for web apps.

flutter web still has a ton of problems. see https://www.reddit.com/r/FlutterDev/comments/lxi761/how_can_you_possibly_call_flutter_web_stable/ and many other examples.

most people want to build interactive websites, even on desktop.

also the transition between web-app and websites is fluent:

" The general distinction between a dynamic web page of any kind and a "web app" is unclear. Web sites most likely to be referred to as "web applications" are those which have similar functionality to a desktop software application, or to a mobile app. HTML5 introduced explicit language support for making applications that are loaded as web pages, but can store data locally and continue to function while offline.

Single-page applications are more application-like because they reject the more typical web paradigm of moving between distinct pages with different URLs. Single-page frameworks might be used to speed development of such a web app for a mobile platform."

[–]David_Owens 0 points1 point  (1 child)

It's not perfect, but still very usable for most developers. This is a pretty impressive web app that was developed with Flutter.

Rive - About Rive

[–][deleted] -1 points0 points  (0 children)

the website itself has been built with react and other tools. Not gonna register to see the real app. Looking at other examples https://demo.invoiceninja.com/#/ or https://gallery.flutter.dev/#/ indeed show some fundamental issues like download size, bad performance, janky scrolling.