Posts tagged “flutter”.
Rebuild storms are the number-one perf killer in large Flutter apps. Here's the repeatable workflow I use to find and kill them — in minutes, not hours.
April 23, 20265 min read
The MCP servers that plug into my Flutter workflow — Dart & Flutter, Firebase, GitHub, Figma, Postman — wired to Claude and Cursor for live context.
January 27, 20268 min read
The 2026 tools that actually ship Flutter apps: Antigravity for planning, Warp for CLI, Mobbin for UI, Riverpod for state. Workflow over typing speed.
January 27, 20265 min read
Sending emails directly from a Flutter app seems simple… until you realize there’s no official API to reliably open the user’s mail app
May 28, 20252 min read
Micro front-end architecture in Flutter using Melos, Riverpod, and GoRouter — a modular approach for large apps that actually scales.
October 8, 20245 min read
Set up Flutter flavors end-to-end — Android build.gradle, iOS Xcode schemes, and a launch.json that actually works in VS Code.
October 7, 20246 min read
Shell aliases for Flutter devs: the few one-line shortcuts I actually use to skip retyping flutter pub get and build_runner all day.
October 4, 20245 min read
Riverpod's family modifier turns one provider into N parameterized ones. When to use it, three real-world patterns, and the pitfalls.
September 15, 20246 min read
FlutterGPT is a custom ChatGPT I built for Flutter — UI-to-code, widget scaffolding, and error triage. Here is what it does and when I reach for it.
August 5, 20246 min read