uniform 2.0.2
uniform: ^2.0.2 copied to clipboard
A form library for Flutter that handles form validation and state management gracefully, with unified form representation.
Changelog #
2.0.2 #
Jul 9, 2023
- Adds base classes and code clean up.
2.0.1 #
Jun 29, 2023
- Adds
removemethod toFormController.
2.0.0 #
Jun 21, 2023
- Sets
controllerproperty inInputFormas required. - Adds
activateanddeactivatemethods toFieldController. - Adds
setInitialValuestoFormController. - Removes
initialValueandautoValidatefrom field builders.
1.0.3 #
Jun 15, 2023
- Fixes pub.dev analyzing issue due to Dart constraint.
1.0.2 #
Jun 15, 2023
- Improves field initialization logic.
1.0.1 #
Jun 15, 2023
- Adds dart docs.
- Fixes read me contents.
1.0.0 #
Jun 15, 2023
- Initial Release.