skills
Official Flutter and Dart skills for AI coding agents
All Skills in This Repository (43)
Pure Emerald Level Indicatorsflutter-building-forms
Create validated Flutter forms with StatefulWidget, GlobalKey, and TextFormField.
flutter-handling-http-and-json
Execute HTTP requests and handle JSON serialization in Flutter applications.
flutter-building-plugins
Guide Flutter plugin development bridging Dart with native Android, iOS, macOS, and Windows code.
flutter-caching-data
Implement caching strategies for Flutter applications with offline-first synchronization.
flutter-embedding-native-views
Embed native Android, iOS, and macOS views into Flutter applications.
flutter-setting-up-on-macos
Configure macOS with Xcode and CocoaPods for Flutter development.
flutter-adding-home-screen-widgets
Integrate home screen widgets into Flutter apps for iOS and Android.
flutter-architecting-apps
Architect Flutter applications with layered UI, Logic, and Data separation.
flutter-implementing-navigation-and-routing
Manage routing, navigation, and deep linking in Flutter applications.
flutter-setting-up-on-windows
Configure a Windows environment for Flutter SDK installation and PATH setup.
flutter-improving-accessibility
Configure Flutter applications for assistive technologies and WCAG compliance.
flutter-animating-apps
Implement implicit, explicit, hero, and physics-based animations in Flutter applications.
Frequently Asked Questions
FAQPage SchemaHow to install Flutter skills?โผ
Run `npx skills add flutter/skills --all -g -y` in your terminal to install all Flutter and Dart skills globally for your AI agent.
What do the Flutter agent skills cover?โผ
They cover everyday Flutter and Dart work: widget and integration tests, responsive layouts, routing with go_router, localization, HTTP requests, JSON serialization, static analysis, and FFI native bindings.
Can AI agents fix Flutter layout errors automatically?โผ
Yes. The flutter-fix-layout-issues skill teaches agents to diagnose errors like RenderFlex overflow and unbounded height, then apply the correct Expanded or Flexible fix.
Do these skills work with Claude Code and Cursor?โผ
Yes. The repository ships plugin configurations for Claude Code, Cursor, and Codex, and every skill follows the standard SKILL.md format.
Are these skills officially maintained?โผ
Yes. This repository is maintained by the Flutter team and reflects the framework's recommended best practices and workflows.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core