britannio / in_app_review

A Flutter plugin for showing the In-App Review/System Rating pop up on Android, IOS, and MacOS. It makes it easy for users to rate your app.
306 stars 78 forks source link

Custom View UI and expose API to pass only the parameter values #29

Closed rlazom closed 3 years ago

rlazom commented 3 years ago

Could you think a way of just expose the API to pass the values as parameters in order to show a Custom View (Modal/Bottom Sheet/etc) and process the data manually?

britannio commented 3 years ago

@rlazom I don't think that what you're describing is possible with the underlying API's this plugin uses. Nonetheless, which "values" are you referring to?

If you are trying to show a custom bottom sheet to get a gauge on how satisfied your users are then you can create your own widget to do so however it won't create an App Store/Play Store rating because such a system could easily be manipulated.