fluttercommunity / app_review

App Review - Request and Write Reviews and Open Store Listing for Android and iOS in Flutter. Maintainer: @rodydavis
https://fluttercommunity.github.io/app_review/
MIT License
329 stars 108 forks source link

What is onValue? (while being mentioned in the readme there was no explanation) #47

Closed someworker closed 3 years ago

someworker commented 3 years ago

Could you please provide an example of what onValue actually is? Is it the rating submitted? Like onValue="5"? And if so, why is it a String?

someworker commented 3 years ago

Just a sanity check to make sure there were no errors. On android you could store a timestamp to know when to call again, on ios it doesnt really matter

Is not helpful. You could store means I can do something inside the function. I know that. But what does the String onValue hold?

rodydavis commented 3 years ago

It is not the rating that is submitted, but more for logging purposes.