stevenosse / flutter_emoji_feedback

A fully customizable widget to receive feedback from your users. Can be used to get user's mood or evaluate experience (and more !)
https://pub.dev/packages/flutter_emoji_feedback
MIT License
2 stars 6 forks source link

Grey icon while loading in mobile #1

Closed Ananthu46 closed 4 months ago

Ananthu46 commented 1 year ago

The default icon not displaying IMG_20230309_071137

stevenosse commented 1 year ago

Hello Thank you for filing this issue.

Please are there some logs associated with this crash ? Could you share them ?

Also what is your environment config ? (flutter version)

Thank you

stevenosse commented 1 year ago

Hello Any update ?

dvkvicky93 commented 9 months ago

Can't able to change the selected emoji colour it default to yellow..how to change selected emoji colour if Awesome I want to show green colour,Very good I want to show red colour,good I want to show another colour etc..

stevenosse commented 4 months ago

Hello Since the packages uses svg files to display emoji, we would need to edit the svg files in runtime, which i don't think is feasable using the flutter_svg package.

You can still use the presetBuilder to build a custom item. Let me know if you have any other questions.