flutter_uploader icon indicating copy to clipboard operation
flutter_uploader copied to clipboard

error: cannot find symbol import io.flutter.plugin.common.PluginRegistry.Registrar;

Open tony123S opened this issue 9 months ago • 6 comments

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?

tony123S avatar Feb 21 '25 05:02 tony123S