flutter-project-creater
Installation
SKILL.md
When to use this skill
Use this skill whenever the user wants to:
- Create a new Flutter project from scratch
- Choose target platforms (Android, iOS, web, desktop)
- Configure organization name and package identifier
- Set up the initial project structure with dependencies
- Generate a Flutter project with a specific template
How to use this skill
Workflow
- Gather requirements: project name, organization, target platforms, and any preferred packages
- Run
flutter createwith the appropriate flags - Configure
pubspec.yamlwith initial dependencies and assets - Verify the project builds and runs with
flutter run