Flutter

Flutter is the second of the two mobile starters. Name it and the planner takes it as an answer to both the platform and the framework question.

A real starter, not a template dump#

Asking for a Flutter app creates a project with its dependencies declared and resolvable, initialises version control and registers it — and then the normal pipeline builds your actual request into it.

What the gate can and cannot prove#

Dependency resolution and the build are what a mobile project can be held to automatically. There is no service to start and no route to request, so the smoke stage that covers web services does not apply here.

The rest of the pipeline is unchanged: scope-checked isolation per task, a specification you see first, and a ship gate that needs evidence.

Common questions

Can Tharas build a Flutter app and a backend together?

Yes. Naming both a mobile framework and a backend language produces a plan with disjoint service directories, so the two do not collide.