Flutter : error: package io.flutter.embedding.engine.plugins does not exist Flutter : error: package io.flutter.embedding.engine.plugins does not exist dart dart

Flutter : error: package io.flutter.embedding.engine.plugins does not exist


The error you've encountered means that you either need to migrate to AndroidX or downgrade to the plugin versions that are compatible with versions before AndroidX.

Check the following issues related to migration to AndroidX:

Check this out:

Breaking change. Migrate from the deprecated original Android SupportLibrary to AndroidX. This shouldn't result in any functional changes,but it requires any Android apps using this plugin to alsomigrate ifthey're using the original support library.