form4 1.1.0 form4: ^1.1.0 copied to clipboard
Simple Customizable Flutter Form that Inherently Supports Server Side Validation or Two Step Validation
1.1.0 #
- Support added for Form Save and delegating the server call
- Obtaining back the results and show the widget wise errors accordingly (This is the very Objective of this package)
- Concept of
ValueTransformer
s introduced to ensure the re-usability of the value transformation functionality before and after the value setting/getting from theController
s of the widgets
1.0.0 #
- First version of
Form4
widget that does validation in 2 steps, facilitating injecting of field wise errors in theForm4Controller
- This helps complex validations that needs to be done
in the server side (like existence of user by the same
name given in the
TextField
)