Mindinventory / drop_down_list

Highly versatile Widget to search through a single or multiple choices from bottom sheet list in a dialog box or a menu.
https://www.mindinventory.com/flutter-app-development.php
MIT License
75 stars 32 forks source link

Floating Menu instead of Bottom Sheet for Web #9

Closed aytunch closed 1 year ago

aytunch commented 1 year ago

In mobile, it makes sense to have a bottom sheet as the open menu container. However in web, it would make more sense to display the opened menu under the item we tap (like a standart dropdown) Can we do this? what would the strategy be? I would be glad to contribute if I can be headed towards the right direction Thanks

deep-mindinventory commented 1 year ago

@aytunch Sure, you can contribute to the same and do the PR. Our thought behind this lib for the bottom sheet. You can use overlay and manage it via offset or other best practices.