GITHUB
3.41.0-0.3.pre: Update engine.version for the beta hotfix (#182035)
Following up from updating DEPS in #181976.
HACKERNEWS
FlutterJS – Compiles Flutter/Dart to HTML/CSS/JS
I've been working on this for about a year. Flutter Web uses CanvasKit (WASM + WebGL) which is great for pixel-perfect apps, but terrible for traditional websites where you need SEO, accessibility, an...
HACKERNEWS
State of Flutter 2026
Article URL: https://devnewsletter.com/p/state-of-flutter-2026/ Comments URL: https://news.ycombinator.com/item?id=46900353 Points: 1 # Comments: 0
HACKERNEWS
Show HN: Nocterm – Flutter-inspired TUI framework with hot reload (Dart)
Over the past couple of months I've been working on a TUI framework heavily inspired by Flutter, written in Dart.The API is modeled after Flutter. StatefulComponent, setState(), Row, Column, Expanded,...