Flutter/Dart Development
Specialized skill for Flutter app development and Dart programming
npx skills add a5c-ai/babysitter --skill flutter-dart --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Flutter/Dart Development Skill ## Overview This skill provides specialized capabilities for Flutter app development and Dart programming. It enables execution of Flutter CLI commands, widget generation, state management configuration, and comprehensive debugging with Flutter DevTools. ## Allowed Tools - `bash` - Execute Flutter CLI, Dart commands, and pub operations - `read` - Analyze Flutter project files, widgets, and configurations - `write` - Generate and modify Dart code and Flutter configurations - `edit` - Update existing Flutter widgets and configurations - `glob` - Search for Dart files and Flutter assets - `grep` - Search for patterns in Flutter codebase ## Capabilities ### Core Development 1. **Flutter CLI Operations** - Create new Flutter projects with templates - Run Flutter apps on devices and emulators - Build release APK, AAB, and IPA files - Execute Flutter analyze for linting - Run Flutter doctor for environment diagnostics 2. **Dart Language Features** - Generate null-safe Dart code - Implement async/await patterns with Futures - Create Dart classes with factory constructors - Use extension methods effectively - Implement sealed classes and pattern matching 3.
- Overview
- Allowed Tools
- Capabilities
- Core Development
- State Management
- Navigation
- Code Generation
- Testing
- Performance
- Target Processes
- Dependencies
- Required
- Optional
- Configuration
Create new Flutter project flutter create --org com.example my_app Create with specific platforms flutter create --platforms android,ios,web my_app Add dependencies flutter pub add flutter_bloc equatable flutter pub add --dev build_runner freezed freezed_annotation flutter clean && flutter pub get dart run build_runner build --delete-conflicting-outputs cd ios && pod install --repo-update && cd ..
What does the Flutter/Dart Development skill do?
Specialized skill for Flutter app development and Dart programming
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill flutter-dart --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
