flutter_radial_menu icon indicating copy to clipboard operation
flutter_radial_menu copied to clipboard

Improvements for next version?!

Open function1983 opened this issue 6 years ago • 1 comments

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,

function1983 avatar Aug 13 '18 19:08 function1983

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!

xqwzts avatar Aug 29 '18 08:08 xqwzts