Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 647 Bytes

CHANGELOG.md

File metadata and controls

14 lines (9 loc) · 647 Bytes

0.0.2

Added

  • Added support for select and autocomplete 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.