• Joined on 2026-09-27
The blog client as a Flutter app — Material 3, a post list, a post screen with rendered markdown, login, and an editor with a publish switch. Plain setState plus one ChangeNotifier for auth — no state-management package, no code generation. It works a
Updated 2026-09-27 21:26:09 +02:00
The blog client as a hand-rolled Dart web SPA — no Flutter, no framework, no CSS library: package:web for the DOM, a hash router, one stylesheet, and dart compile js. Post list, post page with rendered markdown, login, and an editor with a publish toggl
Updated 2026-09-27 21:26:06 +02:00