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

Im not sure if this is a bug or my lack of understanding: I want to use the valueTransformer method on a signature pad asynchronously while i wait for the...

enhancement

Bug in FormBuilderDropdown when using the `selectedItemBuilder` property. Example Dropdown component: ``` return FormBuilderDropdown( name: 'groupBy', decoration: InputDecoration(labelText: 'Group By'), onChanged: (dynamic value) => this.onChanged(value as HoldingGroupOption), initialValue: grouping, hint:...

bug

## Description I would like to pick up on the discussion in flutter-form-builder-ecosystem/flutter_form_builder#908 and suggest a change to the semantics of shouldRequestFocus. In the past we have seen many “A...

enhancement

# Example Screenshots ## Please add Example screenshots or gifs or videos

good first issue
package:core
documentation

## Steps to Reproduce I have created a repository in order to check where to problem is coming from. I found out, it is due to using a `RichText` widget...

bug
help wanted

I want to disable/enable submit button when all fields are validated correctly. How can I archive it? I try using "onChanged" like this. It works, but I don't want all...

question

How to add and remove widgets dynamically on a form? with unique names and correct deletion. I do not normally delete elements. In addition, after deleting, you need to double-click...

question

Hi. Thanks for your work. Is there any chance to have possibility to access nested value in `initialValues` through the `attribute` field? For example if I have deeply nested initialValues...

enhancement
help wanted

Using `FormBuilderRangeSlider` widget inside a `SingleChildScrollView` widget that has `physics: const AlwaysScrollableScrollPhysics()` leads to performance issues when trying to drag the handles around. It seems to interfere with scrolling up...

bug

I was facing the above error with several FormBuilder widgets especially those that manage its own FocusNode like FormBuilderCheckbox. Our standard usage of the FormBuilder is to show a form,...

enhancement
help wanted
package:core