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
70 stars 78 forks source link

Dropdown list displayed at top instead at bottom #147

Open sperochon opened 1 month ago

sperochon commented 1 month ago

Hello,

The dropdown list is displayed at top instead of below the dropdown, event if there is enough space below !?

Thanks!

image

princetomar27 commented 1 month ago

@sperochon Have you found any solution for the same - Dropdown list displayed at top instead at bottom ?

sperochon commented 1 month ago

@princetomar27 I have forked the project and forced the orientation to bottom.

In file lib/src/multi_dropdown.dart : final showOnTop = false;