Leondev7 / flutter_fab_dialer

Floating action button dialer
BSD 3-Clause "New" or "Revised" License
67 stars 31 forks source link

Allow for not animating the main FAB or animating it differently so that different icons don't look weird #11

Closed GroovinChip closed 5 years ago

GroovinChip commented 6 years ago

When an icon other than Icons.add is used on the main FAB, it looks pretty wonky. Take Icons.menu, for example. Before the FAB is clicked, the icon is on its side. When clicked, it tilts on an angle.

shoxter commented 6 years ago

I'm doing this here: https://github.com/shoxter/flutter_fab_dialer

GroovinChip commented 6 years ago

Just checked out your link, I don't see any indication of the change?

shoxter commented 6 years ago

I'm working on it now. I'll release it sometime today.

GroovinChip commented 6 years ago

Nice! Thanks very much.

shoxter commented 6 years ago

The fix for this is now live here:

https://pub.dartlang.org/packages/fab_dialer

Leondev7 commented 6 years ago

There is now an option to choose different animations for the buttons thanks to @oleomachado