flutter_form_builder icon indicating copy to clipboard operation
flutter_form_builder copied to clipboard

Simple form maker for Flutter Framework

Results 142 flutter_form_builder issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

enhancement

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:...

question

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...

question

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...

enhancement
help wanted

## 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...

duplicate
question
wontfix
awaiting author response
package:core
Stale

Hi, can we override the selected text value? Thanks

question

## 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:...

question

## 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 ?

question
awaiting author response

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...

question

### 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]...

bug