Back to marketplace

Flutter

Flutter CQRS

v0.1.0

LeanCode Flutter CQRS guidance for contracts, data-access patterns, and client-side command/query usage.

developer-toolsfluttercqrsinternal

README

flutter-cqrs

LeanCode Flutter CQRS plugin for Cursor and Claude Code.

Contains the CQRS rules and data-access assets:

  • rules/cqrs-data-access.md — CQRS and data-access conventions
  • skills/flutter-cqrs-usage/SKILL.md — explains what this plugin does, when to use it, and which rule or skill to reach for next
  • skills/data-access/SKILL.md — implement the data access layer
  • skills/data-access/reference.md — quick reference for CQRS calls, contracts, repositories, and cubit integration

Example usage

  • /flutter-cqrs-usage — get a short explanation of what this plugin does and which asset to use next
  • /data-access booking details

What this plugin is NOT about

Base-cubit decisions and canonical cubit recipes live in flutter-cubit-utils.

Related plugins

Skills

Install individual skills through the CLI fallback, or download the raw SKILL.md file.

/flutter-cqrs-usage

Flutter Cqrs Usage

Download

Explain what the `flutter-cqrs` plugin does and how to use it. Use when the user invokes `/flutter-cqrs-usage`, asks what this plugin covers, or needs help with queries, commands, repositories, or CQRS boundaries.

npx skills add leancodepl/ai-plugins --skill flutter-cqrs-usage -a cursor

/data-access

Data Access

Download

Implement the data access layer including contracts, repositories, and BLoC/Cubit for business logic. Use when adding Flutter CQRS data access.

npx skills add leancodepl/ai-plugins --skill data-access -a cursor

0 skills selected