if flutter clean didn't work
flutter clean
delete pubspec.lock
run flutter pub cache clean and then run flutter pub get if it not work
flutter pub cache clean
flutter pub get
fix this
camera: ^0.11.0
to this and then clean pub cache again
camera: 0.11.0