generate_flutter_mock_factory
Generate realistic domain mock data factories, fake entities, and in-memory repositories to prototype Flutter UIs instantly without backend setup.
Instructions
Generates realistic domain mock data factories, fake entities, and in-memory mock repositories for instant hackathon UI prototyping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | ||
| itemCount | No | ||
| domainName | Yes | Name of the entity/domain (e.g. 'Product', 'Transaction', 'User', 'Task'). |