flutter_form_builder
flutter_form_builder copied to clipboard
Simple form maker for Flutter Framework
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,...
Is there any way to style the fields inline as Cupertino way? Something like that:  Thanks
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...
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...
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`...
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...
Please add the ability to change FormBuilderCheckbox checkbox icon
## 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`)....
## 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`)....