Leondev7 / flutter_fab_dialer

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

Allow using images #9

Closed oneplusseven closed 5 years ago

oneplusseven commented 6 years ago

Hello, thanks for developing this plugin. I was wondering if it would be possible to add items with images (not only icons). I was imagining something like this example in the Material Design's website:

Leondev7 commented 6 years ago

Thanks for the idea. The problem it's that I don't think flutter's FAB does have a constructor for passing images as background. I'll look into it.

Leondev7 commented 6 years ago

I've updated the code, now you can use an image to show inside the widget. I've tested with online images, but I think it will work the same with an image from the res folder.