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.
295 stars 76 forks source link

Need getInstance method #88

Closed ziqq closed 1 year ago

ziqq commented 1 year ago

Need getInstance method for injectable resolveUsing

britannio commented 1 year ago

Hey, could you clarify the issue you're having?

Does this help? https://pub.dev/documentation/in_app_review/latest/in_app_review/InAppReview/instance.html

ziqq commented 1 year ago

Hey, could you clarify the issue you're having?

Does this help? https://pub.dev/documentation/in_app_review/latest/in_app_review/InAppReview/instance.html

image
britannio commented 1 year ago

Hey, could you clarify the issue you're having? Does this help? https://pub.dev/documentation/in_app_review/latest/in_app_review/InAppReview/instance.html

image
resolveUsing: () => InAppReview.instance

Does this work? Seems like it expects a function rather than the InAppReview object.

ziqq commented 1 year ago

Does this work? Seems like it expects a function rather than the InAppReview object.

No its not working

image