๐ŸŽฏ

flutter-plugins

๐ŸŽฏSkill

from flutter/skills

VibeIndex|
What it does
|

Part of Flutter's official agent skills collection maintained by the Flutter team, providing tailored instructions and repeatable workflows for Flutter app development best practices across multiple AI coding agents.

๐Ÿ“ฆ

Same repository

flutter/skills(56 items)

flutter-plugins

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add flutter/skills --skill flutter-plugins
skills.sh Installโš  Installs to .agents/skills/
npx skills add flutter/skills --skill flutter-plugins
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/flutter-plugins/SKILL.md

SKILL.md

970Installs
-
AddedMar 5, 2026

More from this repository10

๐ŸŽฏ
flutter-apply-architecture-best-practices๐ŸŽฏSkill

A collection of agent skills for Flutter development, covering accessibility auditing, integration testing, widget previews, and best practices to help AI agents work effectively with Flutter projects.

๐ŸŽฏ
flutter-build-responsive-layout๐ŸŽฏSkill

A Flutter agent skill for building responsive layouts using LayoutBuilder, MediaQuery, and Expanded/Flexible widgets so UIs adapt correctly across mobile and tablet/desktop form factors. Part of the official Flutter skills collection (currently in development) that covers accessibility, testing, routing, localization, and more.

๐ŸŽฏ
flutter-fix-layout-issues๐ŸŽฏSkill

A collection of agent skills for Flutter development, covering accessibility audits, integration tests, widget tests, responsive layouts, architecture best practices, and more.

๐ŸŽฏ
flutter-add-widget-test๐ŸŽฏSkill

Implements component-level tests using WidgetTester to verify Flutter UI rendering and user interactions like tapping, scrolling, and text entry, ensuring widgets display correct data and respond to events as expected.

๐ŸŽฏ
flutter-setup-declarative-routing๐ŸŽฏSkill

Configures MaterialApp.router with go_router for advanced URL-based navigation in Flutter, enabling deep linking and browser history support for web and mobile apps.

๐ŸŽฏ
flutter-add-integration-test๐ŸŽฏSkill

Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests using the integration_test package, enabling automated user flow testing.

๐ŸŽฏ
flutter-implement-json-serialization๐ŸŽฏSkill

Creates Flutter model classes with fromJson and toJson methods using dart:convert for manually mapping JSON keys to class properties, ideal for simple data structures.

๐ŸŽฏ
flutter-setup-localization๐ŸŽฏSkill

Adds flutter_localizations and intl dependencies, enables code generation in pubspec.yaml, and creates an l10n.yaml configuration file to initialize localization support for a new Flutter project.

๐ŸŽฏ
flutter-add-widget-preview๐ŸŽฏSkill

Adds interactive widget previews to a Flutter project using the previews.dart system, enabling consistent design verification and interactive testing when creating new UI components or updating existing screens.

๐ŸŽฏ
flutter-use-http-package๐ŸŽฏSkill

Uses the Flutter http package to execute GET, POST, PUT, or DELETE requests for fetching data from or sending data to REST APIs.