LeanCode Flutter BLoC plugin for Cursor and Claude Code.
Covers LeanCode BLoC/Cubit fundamentals, including flutter_bloc, bloc_presentation, flutter_hooks, and general cubit/state conventions.
rules/state-management.md— main BLoC/Cubit fundamentalsskills/flutter-bloc-usage/SKILL.md— entry point for this pluginskills/flutter-context-watch-instead-of-top-builder/SKILL.md— focused refactor workflow for replacing top-levelBlocBuilderwithcontext.watch
/flutter-bloc-usage— get a short explanation of what this plugin does and which asset to use next
Base-class decisions and canonical cubit recipes (QueryCubit, PaginatedQueryCubit, RequestCubit, etc.) live in flutter-cubit-utils.
flutter-cubit-utils— base classes and canonical cubit recipes