It may be late but I got the same error (that's why I'm here ^^) and resolved it by doing the migration explained here :
It consists in removing
import io.flutter.plugin.common.PluginRegistry.Registrar
And use this instead
import io.flutter.embedding.engine.plugins.FlutterPlugin
For me, it works