flutter 3.29.0 버전에 따른 io.flutter.plugin.common.PluginRegistry.Registrar deprecation 문제

tosspayments_webview_flutter-1.0.5/android/src/main/java/com/tosspayments/tosspayments_webview_flutter/WebViewFlutterPlugin.java:44
가 flutter서 deprecation 킨 Registrar .
른 package 도 deprecate , .

@SuppressWarnings("deprecation")
public static void registerWith(io.flutter.plugin.common.PluginRegistry.Registrar registrar) {
registrar
.platformViewRegistry()
.registerViewFactory(
"plugins.flutter.io/tosspayments_webview",
new WebViewFactory(registrar.messenger(), registrar.view()));
new FlutterCookieManager(registrar.messenger());
}
Was this page helpful?