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 themrules/cubit-list.md— paginated list cubit examplerules/cubit-details.md— single-object/details cubit examplerules/cubit-action.md— action/command cubit examplesskills/flutter-cubit-utils-usage/SKILL.md— entry point for this plugin
/flutter-cubit-utils-usage— get a short explanation of what this plugin does and which asset to use next
General BLoC/Cubit fundamentals and widget-side presentation patterns live in flutter-bloc. CQRS contract design and data-access boundaries live in flutter-cqrs.
flutter-bloc— general BLoC/Cubit fundamentalsflutter-cqrs— CQRS contracts and data-access guidance