gsform 0.1.4 gsform: ^0.1.4 copied to clipboard
GSForm helps to creating forms in Flutter by removing the boilerplate needed to build a form, validate fields, react to changes and collect final user input.
0.0.1 #
- initial GSForm .
0.0.2 #
- Add some Examples
- Complete readme
0.0.3 #
- Fixed some bugs
0.0.4 #
- Fixed some bugs
- Add Radio group as field of GSForm
- Improved styles
0.0.5 #
- Fixed some bugs
- Improved styles
0.0.6 #
- Fixed some bugs
- Update readme
- Add icon widget to file picker
0.0.7 #
- Add search field for radio group
0.0.8 #
- Improved styles
- Improved design
0.0.9 #
- Add CheckBoxList
- Fix RadioGroup initial selected data
0.1.0 #
- Add set value for text fields
- Improved form fields
- Fixed some bugs