I was receiving this issue when running on iOS platform and tried flutter clean as recommended by people here but nothing worked for me except for deleting the podfile.lock and running pod install.
If you want a complete set of commands, copy/paste this into terminal:
cd ios
rm Podfile.lock
pod install
cd ..
flutter pub get