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

[Warning] Uses or overrides a deprecated API on Android. #84

Closed vqthanh1412489 closed 4 months ago

vqthanh1412489 commented 1 year ago

🐛 Bug Report

.pub-cache/hosted/pub.dartlang.org/in_app_review-2.0.6/android/src/main/java/dev/britannio/in_app_review/InAppReviewPlugin.java uses or overrides a deprecated API.

Expected behavior

This warning does not show

Reproduction steps

Run the project as usual and you can see this warning.

Configuration

Version: ^2.0.6

Platform:

under3415 commented 1 year ago

This may be related: https://stackoverflow.com/questions/63953891/requestreview-was-deprecated-in-ios-14-0 Any word on the fix for this?