davidsdearaujo / select_dialog

Flutter package designed to select an item from a list, with the option to filter and even search the items online.
MIT License
65 stars 44 forks source link

label to widget #47

Closed RonitBanerjee closed 8 months ago

RonitBanerjee commented 9 months ago

I was working with this plugin when I realized that changing the label to a widget is what I needed and since Flutter accepts Widget? as the type for labels accross the framework it made sense, so I changed the code to accept a Widget instead of a string.

davidsdearaujo commented 9 months ago

Please make it friendly with the old code to do not produce break changes. You can create another field to receive the label as widget

RonitBanerjee commented 8 months ago

I have raised a fresh PR where it is backwards compatible.