huextrat / menu_button

Flutter plugin to display a popup menu button widget with handsome design and easy to use.
https://pub.dev/packages/menu_button
MIT License
65 stars 23 forks source link

I can't scroll childs when dropdown is opened #2

Closed lucas-sesti closed 4 years ago

lucas-sesti commented 4 years ago

I'm using your dependency, i have a list of numbers to child, 1...12, but, shows just the 1 until 4, and i can't scroll, if my page have a bigger size, i can choose others numbers I need scroll the list of items..

image image

lucas-sesti commented 4 years ago

I created a new pull request to fixed this problem, look and if is possible, accept, when you merge my changes (or if you prefer change by yourself), i close this issue

huextrat commented 4 years ago

@lucas-sesti Thanks a lot ! I'll be looking at the MR in the next few days.

lucas-sesti commented 4 years ago

Thanks!! If you can see the faster possible i will appreciate a lot, because i'm using to job in this week i need upload the final version

huextrat commented 4 years ago

@lucas-sesti v0.2.0 is available !

lucas-sesti commented 4 years ago

Thanks!!!

lucas-sesti commented 4 years ago

Created new pull request because i found an issue, if i create a few items and active the scroll, i can't scroll because the overlay doesn't have height. If you can update in the same urgency last issue, i appreciate a lot.