flutter_radial_menu
flutter_radial_menu copied to clipboard
Improvements for next version?!
Thank you for the plug-in, it works wonderful. I wonder if you could add two things for the next version though.
- A customizable middle icon, colors (open/closed states);
- _menuKey.currentState.reset(); should be automatically called after a menu item is clicked. It is an expected behavior for the user. At first I though the code broke down. It took me a while reading the extended example to figure that one out. Best,
Thanks for the feedback @function1983 :
-
Does #2 cover all the customization options you're thinking about for the middle button?
-
Good to know. I'm leaning towards adding a flag to the constructor to automatically reset once done, rather than changing the default behavior. Would need to document it well so the default behavior and flag are easy to understand.
PRs welcome of course!