Create Client
Creates low-level wrappers around third-party plugins or system APIs in the infrastructure/_clients/ directory. Use when the user asks to create or modify an infrastructure client, implement a plugin wrapper, or add a service to the client barrel file.
Create Infrastructure
Creates new domains in the infrastructure layer using dart_mappable for models, Chopper for networking, and Riverpod for repositories. Use when the user asks to create a repository, API service, data model, or set up new infrastructure components.
Remove Web Platform
>
Manage Routes
>-
Design To Code
>
Flutter Golden Testing
Step-by-step workflow for creating, configuring, and updating Flutter golden tests using the Alchemist package.
Create Ui Widget
>
Add Translations
>
Create Feature
Use when asked to create a new feature or sub-feature following the DDD-lite architecture, or set up state, view, and page layers for a domain.
Provide Mock Data
Process for creating mock data sources in the infrastructure layer.
Create Test
>