form/feature/add_metadata #10

Merged
hugo merged 6 commits from form/feature/add_metadata into master 2022-07-10 19:23:54 +00:00
Showing only changes of commit 8a0af954bf - Show all commits

View File

@ -35,9 +35,6 @@ Form Bloc for Dart & Flutter.
- Validate this data - Validate this data
* FormInputMetadata: * FormInputMetadata:
- Store infos and options about an input. - Store infos and options about an input.
* FormEntry:
- Associate a key to an input
- Configure form attribute (exportation, name...)
* FormInput: * FormInput:
- Associaite a key, to a validator and metadata. - Associaite a key, to a validator and metadata.
* FormData: *collection of inputs* * FormData: *collection of inputs*