Flutter删除缓存

删除.pub-cache

删除对应的库,比如:

rm -rf ~/.pub-cache/git/flutter_xxx*

删除 pub 缓存

flutter pub cache repair

重装

flutter clean
rm -rf pubspec.lock
flutter pub get

Pod 重装

你懂得 …