Purus / launch_review

A Flutter plugin to assist in leaving user reviews/ratings in the Google Play Store. Supports both Android and iOS.
https://pub.dartlang.org/packages/launch_review
MIT License
181 stars 130 forks source link

Suppress deprecation warning due to v1 backwards compatibility #40

Closed lukaskurz closed 2 years ago

lukaskurz commented 3 years ago

As mentioned in #39 , the deprecation warning for still using the Registrar can be suppressed, since it's still used for maintaining backwards compatibility.

nohli commented 2 years ago

@Purus could you merge and publish this, so the two build warnings disappear? 🙏🏽

/Users/achim/flutter/.pub-cache/hosted/pub.dartlang.org/launch_review-3.0.1/android/src/main/java/com/iyaffle/launchreview/LaunchReviewPlugin.java:11: warning: [deprecation] Registrar in PluginRegistry has been deprecated
import io.flutter.plugin.common.PluginRegistry.Registrar;
                                              ^
/Users/achim/flutter/.pub-cache/hosted/pub.dartlang.org/launch_review-3.0.1/android/src/main/java/com/iyaffle/launchreview/LaunchReviewPlugin.java:41: warning: [deprecation] Registrar in PluginRegistry has been deprecated
    public static void registerWith(Registrar registrar) {
                                    ^
2 warnings
lukaskurz commented 2 years ago

I'm not sure whether the maintainer of this repo is still active :man_shrugging: