(no title)
vsmenon | 3 years ago
Dart itself is used heavily on the Web by Google. E.g., ads.google.com is a Dart web app - but not a Flutter one. It uses a Dart version of the Angular framework. It's probably the largest Dart app in existence today.
Flutter on the Web is less mature, but (IMO) making good progress.
satvikpendem|3 years ago
Big fan of Flutter though, what's next for Flutter on the web, anything interesting?
[0] https://github.com/angulardart
vsmenon|3 years ago
https://medium.com/dartlang/angulardart-flutter-and-the-web-...
TL;DR - It's still heavily used inside of Google, but the team decided to stop maintaining the open source version of it. It was a fair bit of work to do both - different build rules, different tests / test infra, different priorities. Effectively, AngularDart has been forked. There is an internal-only version that is actively developed, and there is an external community project.
Regarding Flutter on the Web, there is a lot of active work, but I'm not the best to speak to all of it. On the Dart side, it's one of the major reasons we're investing in things like compilation to Wasm.
tluyben2|3 years ago