flutter_form_builder icon indicating copy to clipboard operation
flutter_form_builder copied to clipboard

Cupertino style fields

Open diegoalex opened this issue 4 years ago • 1 comments

Is there any way to style the fields inline as Cupertino way?

Something like that: image

Thanks

diegoalex avatar Feb 22 '21 22:02 diegoalex

You can create your own fields with FormBuilderField

Is a hard thing create new components only for cupertino style. One option would be add this styles for existent components, but is a feature that don't will be add in the current roadmap

deandreamatias avatar Jul 21 '22 08:07 deandreamatias