home / skills / partme-ai / full-stack-skills / flutter-project-creater
This skill creates a Flutter project with initialization, configuration, and template generation, streamlining setup for new Flutter apps.
npx playbooks add skill partme-ai/full-stack-skills --skill flutter-project-createrReview the files below or copy the command above to add this skill to your agents.
---
name: flutter-project-creater
description: Provides one-command project creation for Flutter including project initialization, configuration, and template generation. Use when the user asks about creating Flutter projects, needs to initialize a new Flutter project, or generate Flutter project structure.
license: Complete terms in LICENSE.txt
---
## When to use this skill
Use this skill whenever the user wants to:
- [待完善:根据具体工具添加使用场景]
## How to use this skill
[待完善:根据具体工具添加使用指南]
## Best Practices
[待完善:根据具体工具添加最佳实践]
## Keywords
[待完善:根据具体工具添加关键词]
This skill provides one-command project creation for Flutter, automating project initialization, configuration, and template generation. It speeds up starting new Flutter apps by scaffolding a ready-to-develop project with sensible defaults and optional templates. Use it to reduce manual setup and enforce consistent project structure across teams.
Run a single command to create a new Flutter project; the skill initializes the Flutter app, applies configuration files, and generates a selected template (app, plugin, package, or feature module). It can inject CI configuration, baseline linting rules, and common folders (assets, lib/src, test) so the project is immediately buildable. Options allow customizing package names, platforms, state management presets, and dependency stubs.
Does this skill require the Flutter SDK installed?
Yes. The Flutter SDK must be installed and accessible on your PATH for the created project to build and run.
Can I customize the generated templates?
Yes. Templates include options for state management, routing patterns, and platform targets; you can also add or modify files after generation.