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

Added option to not show the same selected item in list of items and created label to dropdown #8

Closed lucas-sesti closed 4 years ago

lucas-sesti commented 4 years ago

I created a logic to not show the same selected item, example: Low Medium High

when Low is selected, the item list will be: Medium and High, and if i selected Medium, the list will be: High, Low, etc...

and i created a label with some options, like background color, vertical position, and left position..

lucas-sesti commented 4 years ago

You will update the offset or you want i change here and commit again?

huextrat commented 4 years ago

You will update the offset or you want i change here and commit again?

It's done

huextrat commented 4 years ago

Thanks a lot for all contributions @lucas-sesti :)