flutter-dev

Guide Flutter development workflows through manifest creation and code generation.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/dus2183-commits/flutter-skills --skill flutter-dev-dus2183-commits
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: flutter-dev
Source: https://github.com/dus2183-commits/flutter-skills/tree/main/flutter-dev
Command: npx skills add https://github.com/dus2183-commits/flutter-skills --skill flutter-dev-dus2183-commits

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Flutter 新手友好的开发总入口,简化从对话到生成代码的全过程,帮助用户快速启动 Flutter 项目并协作。

Core Features & Use Cases

  • 对话式需求收集与自动骨架生成,降低新手门槛。
  • 依托 flutter-flow-feature 进行端到端代码生成,覆盖 manifest、spec、plan、api-design、model-gen、api-gen、page-gen、review 等阶段。
  • 适用于单模块或多模块场景,提供清晰的回退与指引。

Quick Start

Ask users for module details and then automatically generate a manifest skeleton and code scaffold.

Frequently Asked Questions about flutter-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Flutter code from conversational requirements?▼

Generate Flutter code from conversational requirements by providing module details to trigger an automated workflow that creates a manifest skeleton and code scaffold. This lowers the barrier for new developers starting a Flutter project.

What is the standard workflow for Flutter module creation and feature generation?▼

The standard Flutter module creation workflow uses a nine-step flow covering manifest, spec, plan, api-design, model-gen, api-gen, page-gen, and review. This ensures structured end-to-end code generation for new features.

Can I handle multi-module Flutter requests using an automated manifest?▼

Yes, you can handle multi-module Flutter requests using an automated YAML manifest. The workflow supports both single and multi-module scenarios, providing clear fallbacks and guidance throughout the orchestration process.

Does Flutter code generation include error handling and integration checks?▼

Yes, Flutter code generation includes error handling and integration checks within its nine-step orchestration flow. This ensures generated modules function correctly and meet integration standards before completing the workflow.

Do I need to create a YAML manifest before starting Flutter code generation?▼

Yes, you need a YAML manifest before starting Flutter code generation. The workflow guides you through manifest creation first to collect module details, which then drives the automated skeleton and scaffold generation.