flutter-forms
LeanCode Flutter forms plugin for Cursor and Claude Code.
Contains the forms rule for leancode_forms, naming, validation behavior, and form cubit provisioning.
Included assets
rules/forms.md — forms conventions
skills/flutter-forms-usage/SKILL.md — entry point for this plugin
Example usage
/flutter-forms-usage — get a short explanation of what this plugin does and which asset to use next
What this plugin is NOT about
Page-root provider wiring lives in flutter-di. General cubit/bloc logic outside form-specific rules lives in flutter-bloc.
Related plugins
flutter-di — page-root dependency provisioning and scope decisions
flutter-bloc — cubit and bloc state-management patterns