easy_auto_form 0.0.2+6 easy_auto_form: ^0.0.2+6 copied to clipboard
EasyAutoForm is a Flutter package that generates a Form based on a given entity, supporting a variety of entity types and input types.
0.0.1 - Initial Release #
Added #
- Added
EasyAutoForm
class for generating dynamic input forms based on entity maps. - The
EasyAutoForm
widget generates input fields for each key in the entity map, and automatically determines the appropriate input type based on the value type. - Supports a variety of entity types, including user profiles, product listings, blog posts, contact information, and survey responses.
- Includes options to ignore specific fields, override input decoration for different data types, and handle form submission and cancellation.