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

Please remove this Toast ‘Please Rate Application’ #35

Open tmxdyf opened 3 years ago

tmxdyf commented 3 years ago

Please remove this Toast ‘Please Rate Application’ . Thank you.

KeithBacalso commented 3 years ago

is this now removed? please removed it

fstof commented 3 years ago

Maybe instead of just removing it... Make it customisable.

So we can decide what the message should be (if any)

MiranMustafa commented 3 years ago

Currently, that toast is the only reason not to use this library.

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

PieterPicup commented 2 years ago

For anyone who still wants the functionality in the app please go and leave a 👍 on this PR: https://github.com/Purus/launch_review/pull/43 So that @Purus can see it and merge ASAP.

lcuis commented 2 years ago

For anyone who still wants the functionality in the app please go and leave a +1 on this PR: #43 So that @Purus can see it and merge ASAP.

Thank you very much @broderbluff for your PR and @PieterPicup for mentioning it !

Until this PR gets merged and published, I use the following in pubspec.yaml:

  launch_review:
    git:
      url: https://github.com/broderbluff/launch_review.git
      ref: toast-toggle-and-custom-toast-message
farukprogrammer commented 2 years ago

That PR creating crash on Android, already create fix on https://github.com/Purus/launch_review/pull/51