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

A Flutter package to create a nice circular menu using a Floating Action Button.

Results 13 fab-circular-menu issues
Sort by recently updated
recently updated
newest added

See: ![2_rotate](https://user-images.githubusercontent.com/744949/178907710-2687c3fd-8432-4789-af22-724002d7dfbd.jpg) I'll include a fix in my existing PR. The fix contain: 1. Close the menu in case of rotation 2. Call `_calculateProps();`

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...

In my case, I was positioning the FAB using a stack (I'm using ios scaffold widgets). The margin offsets were causing my button to float slightly to the left and...

Hi, First, thanks for the nice plugin from my point of view it's a good addition when it comes to usability and quick navigation. I'm facing an issue that the...

Automatically close when user clicks menu, or button loses focus.

Hey! Congrats for this project! It's unique at this time! 1. Using version: 1.0.0 2 This is the code structure: ``` `floatingActionButton: FabCircularMenu( alignment: Alignment.bottomRight, ringWidth: 130, children: [ IconButton(...

bug

This is because the main `Container`'s `transform: Matrix4.translationValues(16.0, 16.0, 0.0)` does not take into account the alignment and always does the translation into one direction both axis. It should be...

Thanks to sharing very awesome library. I have a question In this library how can we have more scrollable items? By default there are fixed items with counts. For example...