flutterflutterOfficialยท43 Agent Skills Included

skills

Official Flutter and Dart skills for AI coding agents

Guides AI agents through real Flutter and Dart development tasks like widget testing, routing, localization, JSON serialization, and responsive layouts. Eliminates common mistakes such as layout overflow errors, package version conflicts, and broken FFI bindings by giving agents step-by-step verified workflows. Maintained by the Flutter team to help agents write correct, idiomatic code faster across Claude Code, Cursor, and other agent tools.
npx skills add flutter/skills --all -g -y

All Skills in This Repository (43)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
flutterflutter

flutter-building-forms

Create validated Flutter forms with StatefulWidget, GlobalKey, and TextFormField.

Official
Intermediate
๐Ÿ“ฆ In Repo
flutterflutter

flutter-handling-http-and-json

Execute HTTP requests and handle JSON serialization in Flutter applications.

Official
Intermediate
๐Ÿ“ฆ In Repo
flutterflutter

flutter-building-plugins

Guide Flutter plugin development bridging Dart with native Android, iOS, macOS, and Windows code.

Official
Advanced
๐Ÿ“ฆ In Repo
flutterflutter

flutter-caching-data

Implement caching strategies for Flutter applications with offline-first synchronization.

Official
Advanced
๐Ÿ“ฆ In Repo
flutterflutter

flutter-embedding-native-views

Embed native Android, iOS, and macOS views into Flutter applications.

Official
Advanced
๐Ÿ“ฆ In Repo
flutterflutter

flutter-setting-up-on-macos

Configure macOS with Xcode and CocoaPods for Flutter development.

Official
Intermediate
๐Ÿ“ฆ In Repo
flutterflutter

flutter-adding-home-screen-widgets

Integrate home screen widgets into Flutter apps for iOS and Android.

Official
Advanced
๐Ÿ“ฆ In Repo
flutterflutter

flutter-architecting-apps

Architect Flutter applications with layered UI, Logic, and Data separation.

Official
Advanced
๐Ÿ“ฆ In Repo
flutterflutter

flutter-implementing-navigation-and-routing

Manage routing, navigation, and deep linking in Flutter applications.

Official
Intermediate
๐Ÿ“ฆ In Repo
flutterflutter

flutter-setting-up-on-windows

Configure a Windows environment for Flutter SDK installation and PATH setup.

Official
Intermediate
๐Ÿ“ฆ In Repo
flutterflutter

flutter-improving-accessibility

Configure Flutter applications for assistive technologies and WCAG compliance.

Official
Intermediate
๐Ÿ“ฆ In Repo
flutterflutter

flutter-animating-apps

Implement implicit, explicit, hero, and physics-based animations in Flutter applications.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’