form4 1.0.0 form4: ^1.0.0 copied to clipboard
Simple Customizable Flutter Form that Inherently Supports Server Side Validation or Two Step Validation
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
)