83,201 skills sorted by stars.
Configures a Flutter app to support multiple languages and regions. Use when preparing an application for international...
Manages application and ephemeral state in a Flutter app. Use when sharing data between widgets or handling complex UI s...
FlutterアプリのE2Eテストとモバイル自動化の知見。Maestro、Mobile MCP、Dart MCPを使用したテスト作成・実行時に使用。
Create Flutter/Dart modules in Melos monorepo workspaces. Use when the user wants to create new Flutter apps, Dart packa...
Comprehensive guide for Flutter navigation and routing including Navigator API, go_router, deep linking, passing/returni...
Comprehensive Flutter networking guidance including HTTP CRUD operations, WebSocket connections, authentication, error h...
[Flutter] Flutter code obfuscation guide. Build commands, symbol files, stack trace deobfuscation, and limitations. (pro...
Flutter offline support: local storage, caching, sync strategies, conflict resolution. Use when implementing offline-fir...
Project structure, widgets, state management, navigation, theming, platform channels, and best practices for building cr...
Flutter performance: DevTools profiling, widget optimization, memory management, const widgets. Use when optimizing rend...
[Flutter] Flutter performance best practices and optimization guide. Build cost, rendering, lists, animations, and anti-...
Guide platform-adaptive UI and native integration patterns when the user asks about Flutter platform differences, respon...
Provides one-command project creation for Flutter including project initialization, configuration, and template generati...
[Flutter] pub.dev package search skill. Quick package search, info lookup, version check, and dependency analysis. (proj...
Lint Flutter Supabase queries against database schema; use when validating mobile app queries, debugging query failures,...
Comprehensive Flutter Supabase query testing: static validation, live testing, RLS verification, and CI integration. Use...
Measures and optimizes the size of Flutter application bundles for deployment. Use when minimizing download size or meet...
Clean Architecture patterns for Flutter with Riverpod state management. Use when building or reviewing Flutter apps with...
Sets up a Linux environment for Flutter development. Use when configuring a Linux machine to run, build, or deploy Flutt...
Sets up a macOS environment for Flutter development. Use when configuring a macOS machine to run, build, or deploy Flutt...
Sets up a Windows environment for Flutter development. Use when configuring a Windows machine to run, build, or deploy F...
Flutter state management patterns — decision tree for setState, Provider, Riverpod, and BLoC with concrete examples and...
Follow Flutter and Dart development best practices including project structure, API service patterns, StatefulWidget usa...
Flutter/Dart coding style guide. **Must use before writing Flutter/Dart code.** Use when creating new files, refactoring...
Generate high-quality Flutter tests for BLoC-based applications.
Comprehensive Flutter testing guidance covering unit tests, widget tests, and integration tests. Use when working with F...
Flutter testing patterns for Ballee mobile app. Covers unit tests, widget tests, golden tests, integration tests, and mo...
Implements unit, widget, and integration tests for a Flutter app. Use when ensuring code quality and preventing regressi...
Flutter theming: Material 3 ColorScheme, typography, dark mode, design tokens. Use when implementing themes or matching...
Customizes the visual appearance of a Flutter app using the theming system. Use when defining global styles, colors, or...
**Must use before adding any new Flutter/Dart dependency.** Use when adding a new package to pubspec.yaml, using an unfa...
Flutter UI patterns: widget composition, Material 3, builder patterns, slots. Use when building reusable widgets or impl...
Flutter UI実装のアーキテクチャ規約・コンポーネント分割・状態管理ガイド(Bloc/Cubit版)
FlutterアプリのモダンUIデザインガイドライン。Material Design 3をベースに、洗練されたビジュアルを実現。
Comprehensive Flutter UI/UX development skill for creating beautiful, responsive, and animated mobile applications. Use...
Flutter SDKバージョンアップグレード対応。新バージョンのリリースノート・Breaking Changes調査、コードベース影響分析、mise/CI/Shorebird含むプロジェクト全体の対応タスクリスト作成と実行。「Flutte...
Flutter widget composition patterns — Stateless vs Stateful, widget decomposition, keys, const constructors, BuildContex...
Create GitHub Actions CI/CD workflow for Flutter apps in Melos workspace. Use when user wants to add CI/CD, create build...
Manages local data persistence using SQLite or other database solutions. Use when a Flutter app needs to store, query, o...
Flux GitOps patterns for the homelab Kubernetes platform using ResourceSets. Use when: (1) Adding new Helm releases or...