Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 854 Bytes

File metadata and controls

23 lines (13 loc) · 854 Bytes

flutter-forms

LeanCode Flutter forms plugin for Claude Code.

Contains the forms rule for leancode_forms, naming, validation behavior, and form cubit provisioning.

Included assets

  • skills/flutter-forms-usage/references/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