launch_review icon indicating copy to clipboard operation
launch_review copied to clipboard

Suppress deprecation warning due to v1 backwards compatibility

Open lukaskurz opened this issue 3 years ago • 2 comments

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

lukaskurz avatar Sep 16 '21 17:09 lukaskurz

@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

nohli avatar Dec 21 '21 21:12 nohli

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

lukaskurz avatar Jan 03 '22 20:01 lukaskurz