Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Ian Hickson stepped down a few years ago and has started working on Flutter instead (Flutter started as a "what would a browser look like if we removed a bunch of legacy from the HTML spec" project).

It's now maintained by Dominic Denicola, Anne van Kesteren, Tentek Celik, and a few others.



sort by: page size:

I think the TL for Flutter is no spring chicken, he did an interesting post the other day, talks about what other languages they looked at when they decided to move on from Javascript.

"Flutter was started by engineers from the Chrome team, and myself (who worked in the open source team as editor of the HTML standard)." https://news.ycombinator.com/item?id=19856079


It's not a website anymore. It's a web app.

Might be related: I recently joined a company using Flutter web and notices similar stuff. Yes, the software engineers are wondering: "Why do we reimplement browser stuff?" But the business ask for it and we don't hear complaints from the end user.


Right now, we're using Docusaurus, which has been working well: https://github.com/celest-dev/website

Though, Flutter Web has come a long ways recently, especially with the WASM work that's underway [1][2]. Flutter is very well positioned, I think, for web applications requiring a lot of interactivity and complex layouts--the DX is phenomenal. For static sites, it's very hard to beat a pure HTML/CSS/JS stack in terms of speed and optimization potential.

That being said, I think there's a good chance we'll see more work on Dart web frameworks going forward. Projects like Zap[3] and Jaspr[4] and doing great work in this area already. And it's safe to say we may see a Celest Web framework one day!

[1] https://flutter.dev/wasm

[2] https://flutterweb-wasm.web.app

[3] https://pub.dev/packages/zap

[4] https://pub.dev/packages/jaspr


This is exactly how Flutter started actually, they started with a subset of HTML initially.

It looks like Flutter compiled for the web.

Flutter is now the only thing that matters to Dart devs.

https://flutter.dev/web


It's still in tech preview, so there are likely to be bugs on various browsers, but Flutter for web compiles to standards-compliant JS/DOM/HTML/CSS so should work in any compliant browser.

Is not Flutter on the web was just canvas? I am genuinely asking, I dont know if this has changed or is incorrect.

I only did some reading about Flutter for web and I kept thinking "Wait ... is this the web anymore then?"

Admittedly I need to go back and check but it was confusing and worrisome.


Flutter for Web is heavily reminiscent of Famous with its custom layout system and off-DOM rendering (or guessing DOM rendering support w/ CSS transforms of divs). To see, just view-source on the NYT demo.

Quite divergent from the web platform in my opinion. The fact that they have to re-implement copy and paste (and, accessibility features!) further adds to that: https://medium.com/flutter-io/bringing-flutter-to-the-web-90...

Quite bizarre compared to the Chrome team "Use the Platform" messaging.


Flutter is what replaced it. I'm working on server-based API for Flutter that comes with an easy-to-use SDK: https://nexusdev.tools/

Any insider knowledge about how this will affect flutter?

Like will the 3+year old bug request to work with firefox be more likely now?

Or is this just entirely bad and I should not consider new project using flutter?


Dart is core part of Flutter: https://flutter.dev

What makes you say it's being killed?


They've made a lot of progress, check out https://flutter.dev/

They're expanding from mobile, ios and android, working on flutter for desktop and web.

They move to the dart language early on in their experiment.

Dart has an online playground https://dartpad.dev which has experimental flutter mode.

Found this flutter hello world! example, don't know how long the link will work. https://dartpad.dev/experimental/embed-new-flutter.html?id=2...


Ah, that is enlightening, thank you. I knew he works for Flutter, but I know very little about Flutter and the standards it uses. That WebHID I hadn't heard of till this doc, so figures if this is a non-standard. More Google worrying power play then, similar to the web integrity bomb under the open web.

Yeah, especially in the last month. Searching for anything about Flutter Web basically only returns results about pure web, now. I love that they don't even consider their own framework to be an important keyword...

I wish Wt were more open: https://www.webtoolkit.eu/wt

Qt was doing their own thing for a while but scrubbed it, I think...

Something something Flutter Web?


Flutter on web is basically unusable for anything that involves text or links. The browser has so much native functionality here that trying to reimplement it is futile.

Have you looked into Flutter at all? I admit that I have not, but I know it supports web development in addition to mobile and desktop:

https://flutter.dev/multi-platform/web

next

Legal | privacy