menu_button
menu_button copied to clipboard
Flutter plugin to display a popup menu button widget with handsome design and easy to use.
{basePath}/flutter/.pub-cache/hosted/pub.dartlang.org/menu_button-1.4.2+1/lib/menu_button.dart:524:22: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null. - 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('{basePath}/flutter/packages/flutter/lib/src/widgets/binding.dart'). WidgetsBinding.instance!.addPostFrameCallback((Duration timeStamp) { ^
This will fix the [issue 15](https://github.com/huextrat/menu_button/issues/15), I added param `verticalDirection` in `MenuButton` and it can set to `down` or `up`.
As requested in the issue https://github.com/huextrat/menu_button/pull/29#issue-806669568, I've implemented a way to adjust the distance between the field and the popup. It's a `double`, so you can customize the way you...
Hi! I want to achive this particular design, where the dropdown is bellow the button (in this case, a text form field). I've implemented this dropdown by using OverlayEntry and...
When the app first starts, the menu is very laggy. See video below. https://user-images.githubusercontent.com/13068724/113496869-ef5c2f00-94cb-11eb-9464-d040a8633a77.mov
When I opened Menubutton PopUpMenu its scrollbar thumb, color I can not change and it is invisible, there is not any sense to know scroll position
If we open dropdown, we can't scroll the page, its scrolling is blocked. How can I make the scroll work on dropdown and on the main page?
https://github.com/huextrat/menu_button/blob/e3b9e531446e132eaf14642afd206bd67fb4d4c2/example/lib/usages/menu_button_without_current.dart#L4
**Describe the bug** Similar to #5, when I have a dropdown at the end (bottom) of the screen, the drop down menu opens outside of the screen, leaving only one/two...