A comprehensive AI development skill for building professional Flutter applications using Riverpod 2.0 and Clean Architecture.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-flutter-expert
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openclaw-flutter-expert using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Flutter Expert Skill is a specialized toolset for Openclaw Skills designed to bring 6+ years of senior development experience to your coding environment. It focuses on the modern Flutter 3.19+ ecosystem, ensuring your applications are built with high-quality standards and scalable patterns. By leveraging this skill, developers can automate the creation of robust mobile, web, and desktop applications using the best practices of the Dart language.
This skill is particularly focused on maintaining high code quality through type safety, immutability, and efficient state management. Whether you are migrating a legacy project or starting a new venture, integrating this skill into your workflow with Openclaw Skills ensures that you are following the industry-leading Clean Architecture patterns that separate concerns between data, domain, and presentation layers.
To utilize the Flutter Expert Skill in Openclaw Skills, you must have the Flutter SDK installed and accessible in your system path.
# Verify your Flutter environment
flutter doctor
# Ensure build_runner and providers are ready
flutter pub add flutter_riverpod go_router riverpod_annotation
flutter pub add --dev build_runner riverpod_generator freezed json_serializable
The skill organizes the project using a strict domain-driven design taxonomy within the lib folder:
| Directory | Description |
|---|---|
core/ |
Global utilities, constants, and shared theme configurations |
features/ |
Modularized features containing data, domain, and presentation layers |
features/*/data/ |
Repositories and data source implementations (APIs, Local DB) |
features/*/domain/ |
Pure business entities and specific use-cases |
features/*/presentation/ |
UI Widgets and Riverpod providers for state management |
shared/ |
UI components and widgets used across multiple features |
Loading
A comprehensive guide to implementing smooth and performant Flutter animations, ranging from simple implicit transitions to complex physics-based motion.

A comprehensive MCP server providing read/write access to over 11,000 AI agent tools, including security scoring and submission capabilities.

An AI agent bridge to human experts for real-time problem-solving and domain-specific guidance.

A bridge that allows human operators to receive notifications and provide real-time assistance to AI agents through the HeySummon platform.

A comprehensive testing suite for Flutter applications covering unit, widget, and end-to-end integration tests.

An intelligent orchestration hub that analyzes, decomposes, and distributes complex tasks to specialized sub-agents while ensuring reliability and progress monitoring.








































