fab-circular-menu icon indicating copy to clipboard operation
fab-circular-menu copied to clipboard

Fixes #14 and #26 and #38

Open MrCsabaToth opened this issue 3 years ago • 8 comments

Regarding #14: swapping the OverflowBox and the Translation + scale transformation seems to help. Regarding #26: we just need to multiply the margin values by -1 or 1 based on where the menu is. Those factors are already available in the _directionX and _directionY variables. Regarding #38: using WidgetsBindingObserver's didChangeMetrics callback we call _calculateProps() and also close() if the menu is open.

MrCsabaToth avatar May 28 '21 21:05 MrCsabaToth

I tested this in my little environment but please test it as well.

MrCsabaToth avatar May 28 '21 21:05 MrCsabaToth

For the love of God please merge this so I won't have to rely on my own fork.

MrCsabaToth avatar Jan 18 '22 19:01 MrCsabaToth

Seems like the author of this package has abandoned it. 😔

robertmrobo avatar Mar 16 '22 02:03 robertmrobo

Do you know of any alternatives I can use for now..? I need a FAB like this one.

robertmrobo avatar Mar 16 '22 02:03 robertmrobo

Do you know of any alternatives I can use for now..? I need a FAB like this one.

I haven't looked for alternatives, I simply consumed the code into my project. You can see my fix in my patch fork.

MrCsabaToth avatar Mar 16 '22 06:03 MrCsabaToth

Do you know of any alternatives I can use for now..? I need a FAB like this one.

I haven't looked for alternatives, I simply consumed the code into my project. You can see my fix in my patch fork.

@MrCsabaToth If you take over this package and release to pub.dev I would definitely use & help you to maintain it.

What do you think?

YDA93 avatar Apr 06 '22 12:04 YDA93

Do you know of any alternatives I can use for now..? I need a FAB like this one.

I haven't looked for alternatives, I simply consumed the code into my project. You can see my fix in my patch fork.

@MrCsabaToth If you take over this package and release to pub.dev I would definitely use & help you to maintain it.

What do you think?

I will be happy to help maintain and keep improving it as well... ❤️

robertmrobo avatar Apr 08 '22 09:04 robertmrobo

I'm thinking about it. I'm looking at the pub.dev entry https://pub.dev/packages/fab_circular_menu and the link to this repository is removed. Publisher unverified.

MrCsabaToth avatar Jul 14 '22 05:07 MrCsabaToth