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.
327 stars 82 forks source link

Android getInstallerPackageName Deprecated Warning #148

Open AndreLuizNogueira opened 9 hours ago

AndreLuizNogueira commented 9 hours ago

Read testing guidelines

I just updated to 2.0.10 and built a new version and got the warning. There was no warning the last time I built with 2.0.9.

C:....\AppData\Local\Pub\Cache\hosted\pub.dev\in_app_review-2.0.10\android\src\main\java\dev\britannio\in_app_review\InAppReviewPlugin.java:223: warning: [deprecation] getInstallerPackageName(String) in PackageManager has been deprecated final String installer = context.getPackageManager().getInstallerPackageName(context.getPackageName());