The plugins `XXXXX` use a deprecated version of the Android embedding

This is for the new flutter update. There is nothing you can do. Either use an other package or ask the package developer to fix the problem. This error is after version 2.5 of the flutter.


That is because of the new flutter updates, but it won't stop you from building or running your code. or you could just switch to another package that can achieve the same task. Until the packages author update to v2 Android embedding


This is after flutter v2.5 packge Error. Now Downgrade the flutter version Version_list. Now we look How to downgrade Flutter version. Following these Simple Steps.

Go to Terminal and Check flutter --version

then after Change the channel like this flutter channel stable/dev/beta/master

After Type flutter downgrade <version> (example: flutter downgrade v1.2.1)(You Can check verified versions this place)

Now Check flutter --version .

Now see Downgrade the version

Thank You