Leondev7 / flutter_fab_dialer

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

Tooltip is invalid #12

Closed xia-weiyang closed 6 years ago

xia-weiyang commented 6 years ago

It always show 'Increment'.

shoxter commented 6 years ago

This doesn't look actively maintained. Author isn't merging or commenting on outstanding PRs. I'm forking this, fixing this issue, and adding an animation between the "add" and "X" icon.

Find it here: https://github.com/shoxter/flutter_fab_dialer

shoxter commented 6 years ago

The fix for this is now live here:

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

xia-weiyang commented 6 years ago

Thanks, this look good. I will use your code.