ianldgs / material_search

https://pub.dartlang.org/packages/material_search
MIT License
75 stars 39 forks source link

Allow Image instead of icon #22

Open dynac01 opened 6 years ago

dynac01 commented 6 years ago

For almost the entirety of my app, I need images where the icons are in the results for example. I feel it would make the plugin fairly more versatile.

ianldgs commented 6 years ago

@dynac01, if you have the svg of your icons, you can generate an icon font, that can be used in flutter: http://fluttericon.com/

stevenspiel commented 5 years ago

An image option would be very nice!