LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: dart

Browse skills that share this tag.

  • flutter-expert - Expert guidance for Flutter and Dart 3 development
    flutterdartmobile-developmentcross-platform

    ★ 0 · Updated 2026-09-22

    Provides Flutter 3.x and Dart 3 architecture, UI development, state management, performance optimization, testing, and multi-platform deployment support.

    ⚙ Design multi-platform Flutter application architecture⚙ Implement user interfaces and widgets⚙ Manage application state using frameworks
  • flutter-expert - Flutter Development and Multi-Platform Deployment
    flutterdartcross-platformmobile-development

    ★ 0 · Updated 2026-09-21

    Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment.

    ⚙ Architect Flutter multi-platform applications⚙ Create custom widgets and composition patterns⚙ Optimize Impeller rendering engine performance
  • asyncredux-testing-basics - Testing AsyncRedux actions using Store directly
    flutterasync-reduxunit-testingdart

    ★ 18 · Updated 2026-09-21

    Guide for writing unit tests for AsyncRedux actions using Store, covering state assertions, async actions, ActionStatus, and MockStore.

    ⚙ Create test stores⚙ Dispatch and wait for actions⚙ Test async Redux actions
  • flutter-expert - Master Flutter 3.x and Dart 3 multi-platform development.
    flutterdartcross-platformmobile

    ★ 6 · Updated 2026-09-21

    Provides guidance and code implementation for Flutter multi-platform development, state management, UI design, and performance optimization.

    ⚙ Build multi-platform Flutter applications⚙ Optimize Impeller rendering engine⚙ Implement state management patterns
  • tekartik-firebase-build-hosting - Build and deploy Flutter web apps to Firebase Hosting
    flutterdartfirebase-hostingfirebase

    ★ 1 · Updated 2026-09-21

    Builds Flutter web applications and deploys or serves them on Firebase Hosting using package:tekartik_firebase_build.

    ⚙ Build Flutter web app⚙ Copy build to hosting public directory⚙ Deploy web app to Firebase Hosting
  • flutter-expert - Master Flutter and Dart multi-platform app development.
    flutterdartcross-platformmobile

    ★ 0 · Updated 2026-09-21

    Provides expert guidance for building, optimizing, and deploying multi-platform applications using Flutter 3.x and Dart 3.x.

    ⚙ Architect Flutter multi-platform applications⚙ Create custom widgets and animations⚙ Optimize Impeller rendering engine performance
  • flutter-expert - Flutter Cross-Platform Development
    flutterdartcross-platformmobile-development

    ★ 0 · Updated 2026-09-16

    Build cross-platform apps using Flutter 3.x and Dart 3, covering architecture, state management, UI, performance, native channels, testing, and deployment.

    ⚙ Select architecture and state management⚙ Build cross-platform UI layouts⚙ Optimize rendering and app performance
  • self-documenting-code - Write self-documenting Dart and Flutter code.
    dartfluttercode-reviewrefactoring

    ★ 3 · Updated 2026-09-15

    Guides writing and reviewing Dart/Flutter code using clear naming, structure, and types instead of prose comments.

    ⚙ Replace magic numbers with constants⚙ Extract complex conditions into variables⚙ Extract code blocks into functions
  • dart-checks-migration - Migrate Dart tests from package:matcher to package:checks
    darttestingmigrationchecks

    ★ 0 · Updated 2026-09-14

    Replace the usage of expect and similar functions from package:matcher to package:checks equivalents.

    ⚙ Identify test files using matcher⚙ Add checks to dev dependencies⚙ Replace matcher assertions with checks
  • dart-checks-migration - Migrate Dart tests from package:matcher to package:checks
    darttestingmigrationpackage-checks

    ★ 0 · Updated 2026-09-14

    Replace the usage of expect and similar functions from package:matcher to package:checks equivalents.

    ⚙ Identify files using package:matcher⚙ Add checks to dev_dependencies⚙ Replace expect calls with checks
  • agent-mobile-flutter - Mobile Flutter Specialist Agent
    flutterdartmobilewidgets

    ★ 6 · Updated 2026-09-13

    Provides expertise in cross-platform iOS and Android mobile development using Flutter and Dart.

    ⚙ Develop iOS and Android applications⚙ Implement state management solutions⚙ Integrate Firebase services
  • dart-contribute - DART contribution workflow for branching, PRs, and reviews
    dartgitworkflowpull-request

    ★ 18 · Updated 2026-09-12

    Provides guidelines for DART contributions including branch naming, PR creation, bugfix dual-PRs, changelog updates, and CI verification.

    ⚙ Create contribution branches⚙ Create and edit pull requests⚙ Execute linting and test suites
  • flutter-validation - Validate OpenFXpedia Flutter Code Changes
    flutterdartvalidationtesting

    ★ 2 · Updated 2026-09-10

    Validate OpenFXpedia Flutter changes using Dart formatting, static analysis, unit, widget, and integration tests, and coverage checks.

    ⚙ Fetch project dependencies⚙ Format changed Dart files⚙ Run static analysis
  • flutter-expert - Flutter & Dart Expert for Cross-Platform Apps
    flutterdartcross-platformmobile

    ★ 57 · Updated 2026-05-28

    Expert Flutter developer for multi-platform mobile, web, desktop, and embedded applications with Dart 3

    ⚙ design app architecture⚙ create custom widgets⚙ implement state management
  • data-visualization - Flutter Data Visualization
    flutterdata visualizationchartsgraphs

    ★ 1 · Updated 2026-05-28

    Build charts, graphs, maps, and data visualizations in Flutter applications

    ⚙ create line charts⚙ create bar charts⚙ create pie charts
  • swe-programming-dart - Dart Coding Standards Reference
    software-engineeringdartcoding-standardsprogramming

    ★ 9 · Updated 2026-03-26

    Provides Dart coding standards and best practices for writing compliant code

    ⚙ apply naming conventions⚙ implement null safety⚙ handle typed exceptions
  • flutter-senior-dev - Senior Flutter Development Expert for Professional Workflows
    flutterdartmobile-developmentcode-review

    ★ 0 · Updated 2026-03-09

    Provides top-tier Flutter/Dart development workflows including architecture design, feature implementation, and quality assurance

    ⚙ analyze Flutter project structure⚙ implement features⚙ fix bugs
  • Code Review (Flutter/Dart) - Comprehensive Flutter/Dart Code Review Guidelines for Mobile Development
    code-reviewflutterdartmobile-development

    ★ 5 · Updated 2026-02-18

    Review Flutter code focusing on BLoC architecture, performance optimization, and best practices compliance

    ⚙ Check Event/State immutability⚙ Verify BLoC logic separation⚙ Inspect resource disposal
  • flutter-fix-and-verify - Daily Flutter green branch workflow automation
    flutterdartcode-qualitytesting

    ★ 0 · Updated 2026-02-13

    Runs Flutter pre-commit checks including pub get, dart fix/format, analyze, and tests

    ⚙ run pub get⚙ execute dart fix⚙ apply code formatting