launch_review icon indicating copy to clipboard operation
launch_review copied to clipboard

Remove or argument for Toast

Open KeithBacalso opened this issue 3 years ago • 3 comments

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.

KeithBacalso avatar May 17 '21 05:05 KeithBacalso

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

Frezyx avatar May 29 '21 09:05 Frezyx

@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.

maporcho avatar Jul 11 '21 23:07 maporcho

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

kkangz avatar Sep 26 '21 11:09 kkangz