You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Flutter version 3.29.0 Registrar API has been removed. Library should be updated to use the FlutterPlugin API instead.
/.pub-cache/hosted/pub.dev/agconnect_remote_config-1.9.0+300/android/src/main/java/com/huawei/agconnectremoteconfig/AGConnectRemoteConfigPlugin.java:39: error: cannot find symbol
import io.flutter.plugin.common.PluginRegistry.Registrar;
^
symbol: class Registrar
location: interface PluginRegistry
/.pub-cache/hosted/pub.dev/agconnect_remote_config-1.9.0+300/android/src/main/java/com/huawei/agconnectremoteconfig/AGConnectRemoteConfigPlugin.java:52: error: cannot find symbol
public static void registerWith(Registrar registrar) {
^
symbol: class Registrar
location: class AGConnectRemoteConfigPlugin
2 errors
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':agconnect_remote_config:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.