flutter_sim_country_code icon indicating copy to clipboard operation
flutter_sim_country_code copied to clipboard

flutter app not running

Open ammarbhatkar opened this issue 10 months ago • 0 comments

since i upgraded my flutter to 3.27.1 my appk is not running and give compilation error :

C:\Userspub.dev\flutter_sim_country_code-0.1.2\android\src\main\java\com\example\flutter_sim_country_code\FlutterSimCountryCodePlugin.java:14: error: cannot find symbol import io.flutter.plugin.common.PluginRegistry.Registrar; ^ symbol: class Registrar location: interface PluginRegistry C:\Usersub.dev\flutter_sim_country_code-0.1.2\android\src\main\java\com\example\flutter_sim_country_code\FlutterSimCountryCodePlugin.java:25: error: cannot find symbol public static void registerWith(Registrar registrar) { ^ symbol: class Registrar location: class FlutterSimCountryCodePlugin 2 errors

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':flutter_sim_country_code:compileDebugJavaWithJavac'.

Compilation failed; see the compiler error output for details.

ammarbhatkar avatar Mar 05 '25 08:03 ammarbhatkar