form4 1.2.0
form4: ^1.2.0 copied to clipboard
Simple Customizable Flutter Form that Inherently Supports Server Side Validation or Two Step Validation
1.2.0 #
- Add support to skip values during value collection
- Theme to be applied app level. So, removed decorations
- Unwanted import removed
- InputDecorator added by Form4: filled false done
- just dart coding guidelines
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
ValueTransformers introduced to ensure the re-usability of the value transformation functionality before and after the value setting/getting from theControllers of the widgets
1.0.0 #
- First version of
Form4widget 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)