rate_app_dialog 0.1.1+1 copy "rate_app_dialog: ^0.1.1+1" to clipboard
rate_app_dialog: ^0.1.1+1 copied to clipboard

discontinued
outdated

This package is designed to increase the ratings in your app, with bad review filter, find out what's bad and get more positive reviews!

What is the rate_app_dialog #

This package is designed to increase the ratings in your app, with bad review filter, find out what's bad and get more positive reviews!

To call dialog and order evaluation, add the following code where you believe it is a good place to request user evaluation:

RateAppDialog(
      context: context, 
      minimeRateIsGood: 4, 
      minimeRequestToShow: 5
    )
  .requestRate();

Arguments

  • context: is required.
  • minimeRateIsGood: Opioid assignment, sets the number of stars that will be requested for evaluation in the store. (default: 4)
  • minimeRequestToShow: Opioid attribute, sets the number of requests to display the popup requesting the stars. (default: 5)
  • afterStarRedirect: Opioid attribute, Redirect to store after user passes ratings filter. (default: false)
  • timeToShow: Opioid attribute, opens the store with ideal delay for strategic points e.g. after a result expected by the user with delay of 5 seconds. (default: 0)
  • emailAdmin: Opioid attribute, email will be sent to the administrator with user feedback, (default: "")

Attention: In order to be counted and displayed it will be necessary to call the method requestRate(), each call in requestRate() will be counted +1 and will be displayed according to the specified condition (minimeRequestToShow); You can specify various conditions in specific places to increase the chance of positive evaluation;

14
likes
0
pub points
0%
popularity

Publisher

unverified uploader

This package is designed to increase the ratings in your app, with bad review filter, find out what's bad and get more positive reviews!

Homepage

License

unknown (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on rate_app_dialog