flutter-form-builder-ecosystem / flutter_form_builder

Simple form maker for Flutter Framework
https://pub.dev/packages/flutter_form_builder
MIT License
1.45k stars 526 forks source link

fix: Dropdownfield hint fix #1409

Open TMadox opened 3 days ago

TMadox commented 3 days ago

Solution description

with flutter 3.19.0, there is an issue with dropdown field hints not being vertically centered. as a work around, users could use hint widget feature that's bounded to the widget itself not the Inputdecoration delegate.

Screenshots or Videos

To Do