Reputation: 11
Wrong full snapshot version, expected 'b58ead73b2c5dfec69565df469bba387' found 'be7d304ff826e2dfac63538e227c3cc5' pub get failed (255; Wrong full snapshot version, expected 'b58ead73b2c5dfec69565df469bba387' found 'be7d304ff826e2dfac63538e227c3cc5')
Upvotes: 1
Views: 2885
Reputation: 2064
Clear flutter cache
rm -rf /flutter/bin/cache
then run flutter clean.
Upvotes: 1
Reputation: 513
I had to remove the flutter SDK folder completely and redownload the latest one.
Then run flutter doctor
https://flutter.dev/docs/get-started/install/macos
Upvotes: 1
Reputation: 254
Update the Flutter SDK with latest version. By command: flutter upgrade.
Upvotes: 2