ookami-kb / storybook_flutter

A storybook for Flutter widgets.
https://pub.dev/packages/storybook_flutter
MIT License
284 stars 63 forks source link

Feature request: Add option to close the stories list when a story is selected #98

Closed RomanovaPrime closed 1 year ago

RomanovaPrime commented 1 year ago

Please, add an option to authomatically close the OverlayEntry when an item inside ContentsPlugin have been selected. It may gets annoing if the user have to press one additional time on the icon to close the list after select an item.

ookami-kb commented 1 year ago

Good point. I don't think it makes sense to make it configurable at all, the contents panel automatically closes the overlay when selected.