I had a similar issue when I updated Flutter.
This video helped me to solve it https://www.youtube.com/watch?v=mC25tCXdPY8
After running the command "dart pub upgrade --major-versions" I managed to run the app on my emulated device.
Hope it can help.
Regards.