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
86 stars 34 forks source link

Add useRootNavigator Parameter to DropDown widget #20

Closed acaala closed 5 months ago

acaala commented 7 months ago

This pull request adds the useRootNavigator parameter to the DropDown widget. This is particularly useful in applications with nested navigators, where the desired behaviour is to have the modal bottom sheet appear on top of all routes, regardless of the navigator stack it was called from.