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

Change default widget to support border color #104

Closed Sadeesha-Sath closed 3 years ago

Sadeesha-Sath commented 3 years ago

This PR is an extension to #103 . Also fixes #101 .

In #103 I added ability to add custom Rating Widgets without using itemBuilder.

This version changes the default Widget from an icon to a stack of two icons, one of them is a star_border icon, only if the border color is given.

The borderColor property is optional and if not specified, the widget will be rendered as before(without a stack).

Please review this and merge. @Skyost

Skyost commented 3 years ago

Will review it on saturday 😉👍