mobile-flutter-project-setup
Installation
SKILL.md
Flutter Project Setup
Trigger
Use this skill when the user:
- Wants to create a new Flutter app from scratch
- Asks how to set up a Flutter project with good structure
- Needs help with
flutter createoptions - Wants recommended project structure or directory conventions
- Mentions "flutter create", "new Flutter project", "Flutter scaffold", or "Dart project"
Required Inputs
- App name: lowercase_with_underscores (Dart package naming convention)
- Platforms (optional): ios, android, web, macos, linux, windows (defaults to ios + android)
- Organization (optional): reverse domain for bundle ID (e.g.
com.example)