bixat_form 0.2.0
bixat_form: ^0.2.0 copied to clipboard
BixatForm: A Flutter package simplifying form creation, validation, and state management
0.1.0 #
- Initial release of
BixatFormmixin. - Added form state management with
BixatFormStateenum. - Implemented dynamic field handling with
put,set, andgetmethods. - Included validation logic for required fields.
- Added support for handling various data types (e.g.,
String,int,bool, andList). - Added
typeToValueoverride for handling custom data types. - Provided methods for rebuilding form state, clearing data, and setting data from an API.
- Introduced extensibility with
BixatFormActionsfor custom type handling.
0.2.0 #
- Update examples in README.md for better clarity.