Ask your agent
PromptOpen https://skillscout.sh/official/flutter/ and review the official Flutter skills. Recommend the relevant skills for my project, then install the packages I approve with the npx commands on the page.
Flutter is Google's open-source UI toolkit for building apps across mobile, web, and desktop.
Browse 223 official AI agent skills across 10 Flutter repositories, with install commands and source links.
Install
Copy a package command below or give this prompt to an agent that can install skills.
Open https://skillscout.sh/official/flutter/ and review the official Flutter skills. Recommend the relevant skills for my project, then install the packages I approve with the npx commands on the page.
Skills packages
152 cataloged skills from this repository.
npx skills add flutter/agent-plugins -y
6 cataloged skills from this repository.
npx skills add flutter/genui -y
17 cataloged skills from this repository.
npx skills add flutter/flutter -y
10 cataloged skills from this repository.
npx skills add flutter/website -y
7 cataloged skills from this repository.
npx skills add flutter/devtools -y
12 cataloged skills from this repository.
npx skills add flutter/flutter-intellij -y
9 cataloged skills from this repository.
npx skills add flutter/packages -y
7 cataloged skills from this repository.
npx skills add flutter/demos -y
3 cataloged skills from this repository.
npx skills add flutter/dart-intellij-third-party -y
Individual skills
1-100 of 223 skills
Helps build and fix Flutter layouts using the constraint system, Row, Column, Stack, and related widgets.
Guides you through structuring a Flutter app using a layered architecture with UI, Logic, and Data layers.
Implements animated effects, transitions, and motion in Flutter apps.
Helps manage both local widget state and shared application state in Flutter apps.
Customizes Flutter app appearance through the theming system.
Handles routing, navigation, and deep linking in Flutter apps.
Implements unit, widget, and integration tests for Flutter apps.
Implements caching strategies for Flutter apps, covering offline-first data sync, local persistence with SQLite and Hive, image and scroll caching, and FlutterEngine pre-warming on Android.
Builds Flutter forms with validation and user input handling.
Handles HTTP requests and JSON serialization in Flutter apps.
Measures and optimizes Flutter app bundle sizes for deployment.
Runs heavy computations in background Dart isolates so the Flutter UI stays responsive.
Configures a Flutter app for multiple languages and regions using ARB resource files and the gen-l10n tool.
Configures Flutter apps to work with screen readers and other assistive technologies.
Guides you through building a structured data layer in Flutter apps using SQLite and other local databases.
Adds home screen widgets to Flutter apps on both Android and iOS.
Bridges Flutter apps with native platform APIs on Android, iOS, and the web.
Guides you through creating Flutter plugins that bridge Dart code with platform-specific native APIs.
Embeds native Android, iOS, and macOS views directly into Flutter widget trees.
Walks through setting up a macOS machine for Flutter development, covering Xcode installation, CocoaPods configuration, and environment validation.
Walks through setting up a Windows machine for Flutter development, covering SDK installation, PATH configuration, Visual Studio C++ workload setup, and platform-specific steps for both Windows desktop and Android targets.
Walks through setting up a Linux machine for Flutter desktop development.
Repository documentation
Open the repository README for package documentation, setup instructions, and usage examples.
Read flutter/agent-plugins README