Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1 KB

File metadata and controls

24 lines (15 loc) · 1 KB

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