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
181 stars 130 forks source link

Remove or argument for Toast #38

Open KeithBacalso opened 3 years ago

KeithBacalso commented 3 years ago

Please remove the toast(Please Rate Application) or maybe put a parameter that can receive a string and bool argument. String for message of toast. Bool to show the toast or not.

Frezyx commented 3 years ago

Hello everybody! I needed to quickly implement this functionality for my work. The toast bothered me a lot.

So I made my own package-solution with using url_launcher. Welcome to use it If anyone needs it. https://github.com/Frezyx/open_store

maporcho commented 3 years ago

@KeithBacalso I've forked the project and removed the toast altogether: https://github.com/maporcho/launch_review

You can reference my repo in your pubspec, if you'd like.

kkangz commented 3 years ago

@maporcho thanks for your work. even I set "write_review" to false, toast is stil showing. I'll use yours!