This is because earlier version of flutter has completely removed PluginRegistry interface, which is for Flutter's v1 embedding and they suggested to upgrade all the plugin by following this Flutter Plugin API.
To overcome this you may have following options-