flutter clear pub cache code example
Example 1: flutter pub clear cache
dart pub cache repair
Example 2: flutter pub cache repair stack overflow
git clean -xfd
git stash save --keep-index
git stash drop
git pull
flutter doctor
dart pub cache repair
git clean -xfd
git stash save --keep-index
git stash drop
git pull
flutter doctor