Skyost / RateMyApp

This plugin allows to kindly ask users to rate your app if custom conditions are met (eg. install time, number of launches, etc...).
https://pub.dev/packages/rate_my_app
MIT License
273 stars 111 forks source link

Add parameter that allows to add image to the Rate us pop up #144

Open slvlntsv opened 7 months ago

slvlntsv commented 7 months ago

Adding image allows more creative custom pop-ups, which may attract more attention:

rate_us

Skyost commented 7 months ago

Hey,

Thanks for the PR. The contentBuilder should be what is passed to the dialog main widget, as is. It's because it allows developers to be master of their dialog 🙂

Also, I think that contentBuilder is a sufficient feature for advanced customization of the dialog.