form_builder 1.0.0 form_builder: ^1.0.0 copied to clipboard
flutter row-column based form builder, build form quickly,create field fast,less code,more powerful
1.0.0 #
- BaseValueField support shake , use
formFieldManagement.update1('shaker',Shaker())
to shake it - add some render data to control field render
FormFieldManagement
add supportState(String key) method- bug fix
1.0.0-beta.4 #
- add FormLayoutManagement (experimental)
- FormBuilder.textButton => FormBuilder.button
- remove form theme ,use current theme instead
- support onChanged on FormBuilder,used to listen field's value change
- bug fix
1.0.0-beta.3 #
- remove FormRowManagement
- remove FormLayoutManagement
- add FormPositionManagement
- add BaseCommonField,BaseValueField and BaseNonnullValueField
1.0.0-beta.2 #
- bug fix
- remove StatelessFied
0.1.1 #
- bug fix
0.1.0 #
- support StatelessField
0.0.5 #
- add NonnullValueField
- Simplify value field
- CheckboxGroup will rendered as CheckboxListTile when split = 1
- RadioGroup will rendered as RadioListTile when split = 1
0.0.4 #
- check state type
0.0.3 #
- add WorkSans font
- provide an example