Purus / launch_review

A Flutter plugin to assist in leaving user reviews/ratings in the Google Play Store. Supports both Android and iOS.
https://pub.dartlang.org/packages/launch_review
MIT License
180 stars 122 forks source link

Make write-review action optional #4

Closed tudor07 closed 5 years ago

tudor07 commented 5 years ago

I just wanted to open the app page, without making the user add a review. It would be nice to make this param optional.

HerrNiklasRaab commented 5 years ago

Same here!

Purus commented 5 years ago

This feature is now available as part of v2.0.0 package. You can set writeReview value to false for iOS. Please check Readme for info.

Feel free to create a new issue if you see any other issues.