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