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
73 stars 83 forks source link

Dropdown list displayed at top instead at bottom #147

Open sperochon opened 3 months ago

sperochon commented 3 months 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 3 months ago

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

sperochon commented 2 months ago

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

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