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.
The text was updated successfully, but these errors were encountered:
It is about deprecation of v1 api's. At this point you need to remove them by your own copy or waiting for an update from developers, and the best advice i can give is try to remove those deprecated api's. Because they removed documentation for flutter about this package. Another way is use REST API for linking your app to Cloud DB.
With Flutter version 3.29.0 Registrar API has been removed. Library should be updated to use the FlutterPlugin API instead.
The text was updated successfully, but these errors were encountered: