What is Agentic Flutter development?
Agentic Flutter development is the practice of having AI agents write production Flutter, running on a stack of skills - your conventions, our published Flutter skills, and specialised ones for the hard parts - rather than off a blank prompt. A senior Flutter engineer reviews every change before it lands, so the result is the Flutter your own team would have written.
Does an agent write real production code, or just scaffolding?
Real code that ships - the agents draft features on your actual screens. What decides whether it's production-grade is the review gate: a senior engineer reads and shapes every change before it lands on your branch.
Who reviews the agent's output before it ships?
A senior Flutter engineer, on every single change - no agent commit reaches your main branch unreviewed. The agents move the work forward; the calls that decide the architecture stay with people.
Can the loop learn our conventions, not just yours?
Yes - the skills stack starts with your project's own conventions and domain, layered under the Flutter skills we publish and the specialised ones for drift and design mapping. It is not one fixed prompt applied to every codebase.
What stops the same drift other AI tools cause?
A dedicated drift skill checks every generated change against your architecture and conventions as the agents work, and the whole stack runs on Screen · State · View, so what gets written is testable and reviewable by construction.
Can we see a real shipped example before deciding?
Yes - Jolly Phonics ships on this exact loop today, and the Flutter skills the agents run on are published, so you can inspect the methodology yourself before signing anything.