# Build Flutter Features

> Build and refactor Flutter features with layered architecture, robust state management, Dart MCP analysis, and optional Figma MCP UI implementation.

- **Type:** Skill
- **Install:** `agentstack add skill-wreos-flutter-cursor-plugin-build-flutter-features`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Wreos](https://agentstack.voostack.com/s/wreos)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Wreos](https://github.com/Wreos)
- **Source:** https://github.com/Wreos/flutter-cursor-plugin/tree/main/skills/build-flutter-features
- **Website:** https://docs.flutter.dev/ai/get-started

## Install

```sh
agentstack add skill-wreos-flutter-cursor-plugin-build-flutter-features
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Build Flutter Features

Use this skill for non-test Flutter development tasks.

## Workflow

1. Understand the target behavior and constraints.
2. Map changes by layer: presentation -> domain -> data.
3. Keep dependency flow one-directional and injectable.
4. Implement feature changes in small increments.
5. Use Dart MCP to validate diagnostics and apply safe fixes.
6. If Figma source exists, follow `figma-to-flutter.md`.
7. Add/update tests using `../write-flutter-tests/SKILL.md`.

## Architecture defaults

- Keep widgets focused on rendering and interaction.
- Choose state management based on existing project conventions first.
- If the project already uses Riverpod/Bloc/Cubit/GetX, stay consistent with that choice.
- If no convention exists, choose the simplest viable option and document why.
- Keep business logic in dedicated controllers/cubit/bloc/use-cases/services (not widgets).
- Avoid hidden global state/singletons when DI can be used.
- Keep models immutable where practical.

## Scope guardrails

- Restrict changes to the requested feature/module unless explicitly expanded.
- Do not mix unrelated refactors with feature delivery.
- Do not claim implementation is complete unless concrete file changes or command outputs are provided.

## Required output

1. Goal + scope summary.
2. Files changed by layer (presentation/domain/data).
3. Validation commands run and results.
4. Residual risks or follow-up TODOs.
5. Missing inputs/assumptions (if context is incomplete).

## Required references

- `../../rules/flutter-development-best-practices.mdc`
- `../../rules/dart-effective-dart.mdc`
- `../../rules/flutter-test-best-practices.mdc`

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Wreos](https://github.com/Wreos)
- **Source:** [Wreos/flutter-cursor-plugin](https://github.com/Wreos/flutter-cursor-plugin)
- **License:** MIT
- **Homepage:** https://docs.flutter.dev/ai/get-started

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-wreos-flutter-cursor-plugin-build-flutter-features
- Seller: https://agentstack.voostack.com/s/wreos
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
