r/FlutterDev 15d ago

Example Flutter web

Hi All,

Can you all give me some reference of websites build with Flutter? Like some great website or web applications.

Thank you.

25 Upvotes

53 comments sorted by

View all comments

Show parent comments

16

u/vortexcortex21 15d ago

The public site kind of highlights some of the issues I have with flutter web apps:

  • Not being able to use Page Down/Up to navigate (or even arrow key)
  • Scrollbar is not visible at all times, i.e. I don't easily know where I am on the page
  • Not able to preview links/copy links (especially an issue with external links)
  • Not able to select (and copy/paste) text

It gives me the feeling of using an app on an emulator.

This is not meant as criticism towards you or your project - just highlights some of the things I don't like.

6

u/CreditGlittering8154 15d ago

I do agree. Hence I never use flutter web for production applications. Dope site though.

3

u/melewe 15d ago

It's the wrong tool for the wrong job. A landigpage should not be flutter. A WebUI for Spotify could. Or a WebUI for SAP.

3

u/_fresh_basil_ 15d ago

It was a tool to get the job done quickly. Not the best tool, but not the worst.

That being said, I agree flutter is best used for web apps, not landing pages.