Skip to main content

← All sources

Flutter/Dart Skills skills

Dart/Flutter animations, architecture, navigation, networking, testing, i18n skills-hub.ai mirrors 11 skills from Flutter/Dart Skills daily — every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/MADTeacher/mad-agents-skills

Installing a Flutter/Dart Skills skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Flutter/Dart Skills skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Flutter/Dart Skills skills via API
curl https://skills-hub.ai/api/v1/skills?source=flutter-dart-skills

# Browse all sources
open https://skills-hub.ai/sources

Top Flutter/Dart Skills skills

See all →

The most-installed skills from Flutter/Dart Skills, ranked by adoption.

  1. 01flutter-testing

    Comprehensive Flutter testing guidance covering unit tests, widget tests, and integration tests. Use when working with Flutter applications to write unit tests for functions/methods/classes, create widget tests to verify UI components, develop integration tests for end-to-end testing, mock dependencies and plugin interactions, debug common testing errors, test Flutter plugins with native code, and run tests in different build modes (debug, profile, release)

    Buildfrom Flutter/Dart Skills
  2. 02agents-md-generator

    Create or update minimal AGENTS.md files in the repository root and nested module directories using progressive disclosure. Works across heterogeneous projects without assuming any fixed agent folder structure.

    Buildfrom Flutter/Dart Skills
  3. 03dart-drift

    Complete guide for using drift database library in Dart applications (CLI, server-side, non-Flutter). Use when building Dart apps that need local SQLite database storage or PostgreSQL connection with type-safe queries, reactive streams, migrations, and efficient CRUD operations. Includes setup with sqlite3 package, PostgreSQL support with drift_postgres, connection pooling, and server-side patterns.

    Buildfrom Flutter/Dart Skills
  4. 04flutter-adaptive-ui

    Build adaptive and responsive Flutter UIs that work beautifully across all platforms and screen sizes. Use when creating Flutter apps that need to adapt layouts based on screen size, support multiple platforms including mobile tablet desktop and web, handle different input devices like touch mouse and keyboard, implement responsive navigation patterns, optimize for large screens and foldables, or use Capability and Policy patterns for platform-specific behavior.

    Buildfrom Flutter/Dart Skills
  5. 05flutter-navigation

    Comprehensive guide for Flutter navigation and routing including Navigator API, go_router, deep linking, passing/returning data, and web-specific navigation. Use when implementing screen transitions, configuring routing systems, setting up deep links, handling browser history, or managing navigation state in Flutter applications.

    Buildfrom Flutter/Dart Skills
  6. 06flutter-internationalization

    Complete guide for internationalizing Flutter apps using gen-l10n and intl packages. Use when Claude needs to add localization support to Flutter applications, translate UI text, format numbers/dates for different locales, or configure multi-language support for Material/Cupertino apps.

    Buildfrom Flutter/Dart Skills
  7. 07flutter-animations

    Comprehensive guide for implementing animations in Flutter. Use when adding motion and visual effects to Flutter apps: implicit animations (AnimatedContainer, AnimatedOpacity, TweenAnimationBuilder), explicit animations (AnimationController, Tween, AnimatedWidget/AnimatedBuilder), hero animations (shared element transitions), staggered animations (sequential/overlapping), and physics-based animations. Includes workflow for choosing the right animation type, implementation patterns, and best practices for performance and user experience.

    Buildfrom Flutter/Dart Skills
  8. 08flutter-networking

    Comprehensive Flutter networking guidance including HTTP CRUD operations, WebSocket connections, authentication, error handling, and performance optimization. Use when Claude needs to implement HTTP requests GET POST PUT DELETE, WebSocket real-time communication, authenticated requests with headers and tokens, background parsing with isolates, REST API integration with proper error handling, or any network-related functionality in Flutter applications.

    Buildfrom Flutter/Dart Skills
  9. 09flutter-architecture

    Comprehensive guide for architecting Flutter applications following MVVM pattern and best practices with feature-first project organization. Use when working with Flutter projects to structure code properly, implement clean architecture layers (UI, Data, Domain), apply recommended design patterns, and organize projects using feature-first approach for scalable, maintainable apps.

    Buildfrom Flutter/Dart Skills
  10. 10flutter-drift

    Complete guide for using drift database library in Flutter applications. Use when building Flutter apps that need local SQLite database storage with type-safe queries, reactive streams, migrations, and efficient CRUD operations. Includes setup with drift_flutter package, StreamBuilder integration, Provider/Riverpod patterns, and Flutter-specific database management for mobile, web, and desktop platforms.

    Buildfrom Flutter/Dart Skills
  11. 11flutter-duit-bdui

    Integrate Duit framework into Flutter applications including setup, driver configuration, HTTP/WebSocket transports, custom widgets, and themes. Use when integrating backend-driven UI, configuring Duit, or adding Duit to Flutter applications.

    Buildfrom Flutter/Dart Skills

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Apr 30, 2026, 10:12 PM (success).

Flutter/Dart Skills skills — frequently asked

What are Flutter/Dart Skills skills?

Flutter/Dart Skills skills are AI coding skills published by Flutter/Dart Skills (Dart/Flutter animations, architecture, navigation, networking, testing, i18n) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Flutter/Dart Skills skills are available?

skills-hub.ai indexes 11 skills from Flutter/Dart Skills, synced daily from the upstream GitHub repository (https://github.com/MADTeacher/mad-agents-skills).

How do I install a Flutter/Dart Skills skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Flutter/Dart Skills skills?

Yes. Every skill from this source is mirrored from Flutter/Dart Skills's own GitHub repository (https://github.com/MADTeacher/mad-agents-skills). Each skill page links back to the upstream source of truth, so you can verify the original.