keyed_form_core 0.1.0
keyed_form_core: ^0.1.0 copied to clipboard
Shared vocabulary for the keyed_form family: FieldRef / StrictFieldRef / VariantRef field references over keyed_lens optics, DelegatingFieldRef, FieldErrors, and the @keyedSchema annotation.
0.1.0 #
Initial release.
FieldRef/StrictFieldRef/VariantRef— field-referenceextension types over thekeyed_lensoptics, so IDE hover/autocomplete shows the field-reference vocabulary instead of the underlying optic types.DelegatingFieldRef— base class the generated<X>FieldRefswrappers extend..whenPresent()/.narrow()/.at()extensions onFieldRef.FieldErrors<E>— aFieldKey-keyed sidecar map, looked up by field reference.rowScopeOf— the defaultKeyedFormController.scopeOf: a write inside a by-id list row re-validates just that row, otherwise its top-level field.@keyedSchema/KeyedSchema— the annotationkeyed_form_genreads.