[General]: Using FormBuilder with Stepper
devwebapps opened this issue · 1 comments
devwebapps commented
Is there an existing issue for this?
- I have searched the existing issues
Package/Plugin version
9.3.0
What you'd like to happen
Hi.
I'm literally in despair. I want to use the FormBuilder with the Material Stepper Widget.
Is it possible that you could add an example in your documentation on how to use the FormBuilder with the stepper?
What do you have to do so that, for example, validation takes place in every step and no empty radio buttons are forwarded when you click on the next button?
How to deal with the Global Form Key? Do you create a separate FormBuilder widget with a new global form key for each step?
I hope I'm not the first/last person who would like to use your FormBuilder with the stepper, so an example would be helpful for others too.
Alternatives you've considered
No response
Aditional information
No response
deandreamatias commented
@devwebapps in example you have this examples https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/blob/main/example/lib/sources/custom_fields.dart
Also, you can see the existed implementations, like https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/blob/main/lib/src/fields/form_builder_slider.dart