Open MarlonJD opened 3 weeks ago
android build error when flutter build app:
flutter build app
public static void registerWith(PluginRegistry.Registrar registrar) { ^ symbol: class Registrar location: interface PluginRegistry
This is from v2 plugin issue, we have to remove registerWith to build with v2
registerWith
android build error when
flutter build app
:This is from v2 plugin issue, we have to remove
registerWith
to build with v2