flutter_form_builder
flutter_form_builder copied to clipboard
Simple form maker for Flutter Framework
Hi, How can I get a list of text errors from all fields when submit and the form is not valid? I would like to show theses errors in another...
A workaround is to have the form builder inside a stateful widget but a builder widget would be more convenient ```dart FormBuilder( key: form, initialValue: {'dp': }, child: Column( children:...
Hello, I am new to Flutter and as such, I have difficulties getting auto-filling through a password manager to work on a simple login page. My page currently looks like...
I am planning to use openapi as a data description to drive the Form builder. OpenAPI has jsonschema to describe the validation. Just throwing it out there if anyone is...
## Environment "7.6.0" ## Describe your question How can I handle the default selected item in FormBuilderDropdown? When the date contains a value that is not in the items list...
## Environment **Package version: 7.7.0** ## Describe your question `FormBuilderFilterChip` has `Wrap` widget. If I try to make it horizontally scroll it may be like the below. ```dart LayoutBuilder( builder:...
## Environment flutter **Package version:** flutter_form_builder: ^7.3.1 ## Describe your question How to make start the calendar with monday as the first day of the week in the FormBuilderDateRangePicker ?
Hi, I tried to find an answer or example to my question, how can I build a nested Form? For example I have a contact form and want to add...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package/Plugin version 9.1.1 ### Platforms - [X] Android - [X] iOS - [x]...