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());
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());