79800060

Date: 2025-10-26 13:06:21
Score: 3
Natty:
Report link

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 :

https://medium.com/@bmerdogan/flutter-3-29-deprecates-pluginregistry-registrar-migration-guide-0f206232b768

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

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Baieta82