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
C:\Users\nick_\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_uploader-3.0.0-beta.4\android\src\main\java\com\bluechilli\flutteruploader\FlutterUploaderPlugin.java:18: error: cannot find symbol
import io.flutter.plugin.common.PluginRegistry.Registrar;
^
symbol: class Registrar
location: interface PluginRegistry
C:\Users\nick_\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_uploader-3.0.0-beta.4\android\src\main\java\com\bluechilli\flutteruploader\FlutterUploaderPlugin.java:46: error: cannot find symbol
public static void registerWith(Registrar registrar) {
^
symbol: class Registrar
location: class FlutterUploaderPlugin
2 errors
FAILURE: Build failed with an exception.
How can we by pass this issue?
The text was updated successfully, but these errors were encountered:
This is due to the removal of Android Embedding API v1.
Since this plugin has already migrated to v2, you only need to remove the registerWith function.
How can we by pass this issue?
The text was updated successfully, but these errors were encountered: