flutter9 posts

Posts tagged “flutter”.

01.
Debugging Flutter's Widget Rebuilds

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

02.
Optimizing the Flutter Workflow: My Essential MCP Server Setup

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

03.
The Tools That Actually Ship Apps: My 2026 Flutter Stack

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

04.
A Simple Way to Open Mail Apps in Flutter

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

05.
Exploring Micro Front-End Architecture in Flutter: Breaking Down Big Apps into Manageable Modules

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

06.
How to Create Flavor in Flutter: A Step-by-Step Guide

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

07.
Boost Your Productivity with Shell Aliases: A Simple Hack for Flutter Developers

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

08.
Mastering the Family Modifier in Riverpod for Dynamic State Management in Flutter

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

09.
Introducing FlutterGPT: A Custom GPT Model for Flutter Developers

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