FlutterInit
HomeGenerate Project →

Blogs

Updates, guides, and deep-dives on Flutter development.

Sort:
Featured
Updateannouncements

Extended UI: a real widget kit in every FlutterInit scaffold

FlutterInit now generates 50+ adaptive App widgets by default, plus optional shadcn_ui ShadApp wrappers you pick on the UI & theme step.

Arjun Mahar
Arjun Mahar@arjun_mahar1
September 21, 2026·2 min read
Read post →

All posts

Guideui

How to use Extended UI: App widgets, platform style, and shadcn_ui

A practical guide to FlutterInit Extended UI: App widgets, AppPlatformScope, optional ShadApp via shadcn_ui, and how the wizard maps to config.

Arjun Mahar
Arjun MaharSep 21, 2026· 4m
  • 1
  • 2
  • Next
Guideai context

DESIGN.md Explained: Giving Your AI Agent the Architecture Decisions It Needs

DESIGN.md is FlutterInit’s design-system brief for agents: theme, colors, typography, spacing, and motion — so UI changes stay on-token.

Arjun Mahar
Arjun MaharAug 22, 2026· 2m
Guidecomparisons

FlutterInit vs very_good_cli vs Mason — Choosing a Flutter Scaffolding Tool

FlutterInit vs very_good_cli vs Mason: when to use each Flutter scaffolding tool — honest trade-offs for teams picking a starter.

Arjun Mahar
Arjun MaharAug 20, 2026· 2m
Guideai context

Deterministic Generation vs AI-Generated Boilerplate — Why We Chose Handlebars

FlutterInit uses Handlebars templates, not an LLM, to emit Flutter scaffolds. Same inputs always produce the same architecture, deps, and AI context files.

Arjun Mahar
Arjun MaharAug 15, 2026· 2m
Guidestate management

Bloc + Clean Architecture + Appwrite — The Enterprise Flutter Stack

Bloc + Clean Architecture + Appwrite delivers predictable events/states, Clean layers, and a backend you can self-host. The enterprise Flutter stack, explained.

Arjun Mahar
Arjun MaharAug 12, 2026· 4m
Updateannouncements

Live Code Preview — Inspect Your Flutter Scaffold Before You Download

FlutterInit now includes a VS Code–style live code preview. Browse the generated file tree, open tabs, and watch your scaffold update as you change wizard options — before you ever download a ZIP.

Arjun Mahar
Arjun MaharAug 10, 2026· 2m
Guidenetworking

Dio + Interceptors: The Networking Layer FlutterInit Generates

Enable Dio in FlutterInit and you get AppConfig.dio with logging interceptors plus a DioService wrapped in runTask / Either — opt-in, not silent magic.

Arjun Mahar
Arjun MaharAug 10, 2026· 1m
Guideai context

How to Get More Out of Cursor When Your Flutter Project Has Structured AI Context

FlutterInit projects ship Cursor rules plus AGENTS.md and DESIGN.md. Here’s how to use that context so agents extend your stack instead of rewriting it.

Arjun Mahar
Arjun MaharAug 8, 2026· 2m
Guidecomparisons

What flutter create Doesn't Give You (And What FlutterInit Adds)

flutter create gives a counter demo. FlutterInit adds architecture, auth wiring, routing, theme tokens, and AI context files — then you own the code.

Arjun Mahar
Arjun MaharAug 6, 2026· 2m
Guidestate management

MobX + Clean Architecture + Firebase — Reactive State Done Right

MobX + Clean + Firebase: reactive observables on Clean layers with Firebase Auth. Less common than Riverpod — still a valid FlutterInit stack.

Arjun Mahar
Arjun MaharAug 5, 2026· 4m
Guidearchitecture

GoRouter vs AutoRoute in a Clean Architecture Flutter App

FlutterInit can emit go_router or AutoRoute from one template. Here’s how they differ in a Clean Architecture app — and when to pick each.

Arjun Mahar
Arjun MaharAug 3, 2026· 1m
Guideai context

Why We Generate CLAUDE.md and AGENTS.md With Every Project

FlutterInit ships CLAUDE.md, AGENTS.md, DESIGN.md, and Cursor rules with every scaffold so AI agents know your stack before they touch a file.

Arjun Mahar
Arjun MaharAug 1, 2026· 2m
Guidestate management

Provider + MVVM + Firebase — The Beginner-Friendly Stack

Provider + MVVM + Firebase: ChangeNotifier ViewModels, data/ui folders, and Firebase email-password auth for beginners and small teams.

Arjun Mahar
Arjun MaharJul 29, 2026· 4m
Guidebackend

Appwrite vs Firebase vs Supabase — Choosing a Backend for Your Flutter App

Firebase, Supabase, and Appwrite all work with FlutterInit. Compare auth, database, self-hosting, and when each fits a Flutter team.

Arjun Mahar
Arjun MaharJul 26, 2026· 1m
Guidearchitecture

MVVM in Flutter: A Practical Guide, Not the Textbook Definition

FlutterInit’s MVVM is practical: lib/src/data for repos, lib/src/ui for screens and providers — ViewModels without Android textbook baggage.

Arjun Mahar
Arjun MaharJul 24, 2026· 1m
Guidestate management

Riverpod + Feature-First + Supabase — Scaling Past Clean Architecture

Riverpod + Feature-First + Supabase keeps feature folders and Supabase auth without paying Clean Architecture ceremony you may not need yet.

Arjun Mahar
Arjun MaharJul 22, 2026· 2m
Guidebackend

Supabase + Riverpod: Real-Time Data Without the Boilerplate

FlutterInit scaffolds Supabase auth and Riverpod providers. Realtime channels are the next step on that base — here’s the honest split.

Arjun Mahar
Arjun MaharJul 19, 2026· 1m
Guidearchitecture

Feature-First vs Clean Architecture — Which One Scales With Your Team

In FlutterInit, Feature-First and Clean share feature folders today. Choose based on team mental model and docs — not imaginary file trees.

Arjun Mahar
Arjun MaharJul 17, 2026· 1m
Guidestate management

MVVM + Provider + Appwrite — When Simplicity Beats Scale

MVVM with Provider and Appwrite is FlutterInit’s low-ceremony stack: data + ui folders, ChangeNotifier-style auth, and Appwrite sessions.

Arjun Mahar
Arjun MaharJul 15, 2026· 1m
Guidebackend

Firebase Auth in FlutterInit: What Gets Wired Up Automatically

FlutterInit wires Firebase Auth email/password, AppConfig init, AuthService, and repository hooks — you still add google-services and API keys.

Arjun Mahar
Arjun MaharJul 12, 2026· 1m
Guidearchitecture

Clean Architecture in Flutter: What It Actually Looks Like in a Generated Project

Clean Architecture in FlutterInit means lib/src/features with data, domain, and presentation — not a textbook diagram. Here’s the real tree.

Arjun Mahar
Arjun MaharJul 10, 2026· 1m
Guidestate management

Bloc + Feature-First + Supabase — The Complete Flutter Guide

Bloc for events/states, Feature-First folders, Supabase auth — what FlutterInit generates and when this stack beats Clean + Firebase.

Arjun Mahar
Arjun MaharJul 8, 2026· 2m
Updateannouncements

FlutterInit CLI — Generate a Complete Flutter Project from Your Terminal

The FlutterInit CLI lets you scaffold a production-ready Flutter project without opening a browser. One command, an interactive wizard, and your project is ready to run.

Arjun Mahar
Arjun MaharJun 20, 2026· 5m
Guidestate management

Riverpod + Clean Architecture + Firebase — The Complete Flutter Guide

Riverpod, Clean Architecture, and Firebase — when to choose this Flutter stack, what FlutterInit generates, and how the layers connect.

Arjun Mahar
Arjun MaharJun 16, 2026· 4m