oi-narendra / multiselect-dropdown

Streamlined Flutter widget for versatile multi-selection with extensive customization.
https://pub.dev/packages/multi_dropdown
GNU General Public License v3.0
74 stars 84 forks source link

DEV InputDecoration Widget instead of Icon #109

Closed duarm closed 4 months ago

duarm commented 4 months ago

I'm using the dev version. The new FieldDecoration prefixIcon field wants an Icon?. Flutter's InputDecoration, and in general, usually asks for a Widget?. Can the prefixIcon/suffixIcon fields have a Widget type, to be more in line with flutter official APIs?

oi-narendra commented 4 months ago

Added in Beta version.

oi-narendra commented 4 months ago

v3.0.0 now supports this.