form_forge_generator 0.1.0 copy "form_forge_generator: ^0.1.0" to clipboard
form_forge_generator: ^0.1.0 copied to clipboard

Code generator for form_forge. Processes @FormForge() annotations and generates FormController and FormWidget classes via build_runner.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2026-02-21 #

Added #

  • FormForgeGenerator — processes @FormForge() annotations via build_runner
  • Generates FormController with typed fields, sync validation, cross-field validation, async validation
  • Generates FormWidget with type-to-widget mapping (String, int, bool, DateTime, enum)
  • Generates FormData class for typed form submission
  • FieldResolver for annotation parsing
  • Three-phase validation pipeline: sync → cross-field → async
0
likes
0
points
321
downloads

Publisher

unverified uploader

Weekly Downloads

Code generator for form_forge. Processes @FormForge() annotations and generates FormController and FormWidget classes via build_runner.

Repository (GitHub)
View/report issues

Topics

#form #code-generation #build-runner

License

unknown (license)

Dependencies

analyzer, build, form_forge, source_gen

More

Packages that depend on form_forge_generator