Back to marketplace

Flutter

Flutter Cubit Utils

v0.1.0

LeanCode cubit-utils base classes (QueryCubit, PaginatedQueryCubit, RequestCubit) and canonical cubit recipes for lists, details, and actions.

developer-toolsfluttercubit-utilsinternal

README

flutter-cubit-utils

LeanCode Flutter plugin for leancode_cubit_utils and leancode_cubit_utils_cqrs.

Contains the cubit-utils rules and examples:

  • rules/cubit-utils.md — base classes and when to use them
  • rules/cubit-list.md — paginated list cubit example
  • rules/cubit-details.md — single-object/details cubit example
  • rules/cubit-action.md — action/command cubit examples
  • skills/flutter-cubit-utils-usage/SKILL.md — entry point for this plugin

Example usage

  • /flutter-cubit-utils-usage — get a short explanation of what this plugin does and which asset to use next

What this plugin is NOT about

General BLoC/Cubit fundamentals and widget-side presentation patterns live in flutter-bloc. CQRS contract design and data-access boundaries live in flutter-cqrs.

Related plugins

Skills

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

/flutter-cubit-utils-usage

Flutter Cubit Utils Usage

Download

Explain what the `flutter-cubit-utils` plugin does and how to use it. Use when the user invokes `/flutter-cubit-utils-usage`, asks what this plugin covers, or needs help choosing a cubit-utils base class or recipe.

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

0 skills selected