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

Added custom item and item color customization #103

Closed Sadeesha-Sath closed 3 years ago

Sadeesha-Sath commented 3 years ago

Fixes #101

This branch exposes RatingWidget from RatingBar Package as a local class so users can access it.

Also added an itemColor Property to StarRatingOptions so users can easily change the color of the stars without defining custom RatingWidgets.

This branch modifies different files from my previous PR so it won't have any conflicts.

Please review this fix. @Skyost

Sadeesha-Sath commented 3 years ago

I published another PR with ability to specify Border Color as well. #104 . It is built on this PR.

If the border color customization is undesired, merge this. OR Merge #104 . (I recommend merging #104 over this.)

@Skyost

Skyost commented 3 years ago

Thanks ! I'll follow your recommendations and merge #104 over this one.