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

I am trying to set values with `patchvalue` like this. ``` var state = searchModel.value.formKeys.formKey.currentState; state.patchValue({ "map_field": searchModel.value.address ?? "", "noOfROoms": searchModel.value.noOfRoom, "price_upper": searchModel.value.priceUpper, "price_lower": searchModel.value.priceLower, "Type": searchModel.value.type, "water": searchModel.value.water,...

help wanted

like the title

enhancement
good first issue

Is there any way to style the fields inline as Cupertino way? Something like that: ![image](https://user-images.githubusercontent.com/3237570/108779938-6eae2880-7546-11eb-979a-be483a940df2.png) Thanks

help wanted

So just like the title says I'm trying to set up a field, a string for my phone number (no, I can't really use the default field cause I have...

enhancement

Build fails on macos desktop target with a LD error. Could anybody explain why desktop is not supported or/and if there is any plan to support desktop targets? I guess...

enhancement
help wanted

How can I know the form is dirty. I'm aware of the onChange listener but it currently brakes the signature field (#457). I'm looking for a bool for example, `isDirty`...

enhancement

Often times, we have collections of related forms where at least one form is not immediately rendered onscreen and therefore not registered to the form key. The most common of...

enhancement
awaiting author response

Please add the ability to change FormBuilderCheckbox checkbox icon

enhancement
good first issue

## Environment **Package version:** 7.4.0 ## Description **What you'd like to happen:** When run tests, test a field `FormBuilderRangeSlider` **Alternatives you've considered:** Copy minimal tests from other fields (ex: `FormBuilderFilterChip`)....

enhancement
good first issue

## Environment **Package version:** 7.4.0 ## Description **What you'd like to happen:** When run tests, test a field `FormBuilderDateRangePicker` **Alternatives you've considered:** Copy minimal tests from other fields (ex: `FormBuilderFilterChip`)....

enhancement
good first issue