lite_forms 0.0.16
lite_forms: ^0.0.16 copied to clipboard
This packages dramatically simplifies working with forms still letting you use standard flutter decorations.
0.0.16 #
- LiteFormGroup now can accept a
ScrollController
via parameters
0.0.15 #
- validators and a serializer or a field are now updated dynamically
- Fixed error line on LiteDropSelector if a custom builder is used
- Flutter constraints updated
0.0.14 #
- LiteDropSelector not can find default values by payload
0.0.13 #
- Fixed first to upper / lower case methods
0.0.12 #
- Timeout callbacks
0.0.11 #
- Focus field
0.0.10 #
- Added timeouts
0.0.9 #
- Fixed text editing controller in phone input
0.0.8 #
- Country list restriction
0.0.7 #
- Shorthand for phone setting
0.0.6 #
- Fixed text style in search field
0.0.5 #
- Automatic unregistering of the unmounted fields
0.0.4 #
- Removed image picker for web dependency
0.0.3 #
- added more exports
0.0.2 #
- Added File Picker with validator classes
0.0.1 #
- Initial set of components