Toussaint
Toussaint

Reputation: 11

Wrong full snapshot version

Wrong full snapshot version, expected 'b58ead73b2c5dfec69565df469bba387' found 'be7d304ff826e2dfac63538e227c3cc5' pub get failed (255; Wrong full snapshot version, expected 'b58ead73b2c5dfec69565df469bba387' found 'be7d304ff826e2dfac63538e227c3cc5')

enter image description here

Upvotes: 1

Views: 2885

Answers (3)

Sonu Saini
Sonu Saini

Reputation: 2064

Clear flutter cache

rm -rf /flutter/bin/cache

then run flutter clean.

Upvotes: 1

Andrei Calazans
Andrei Calazans

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

Prajwal Shinde
Prajwal Shinde

Reputation: 254

Update the Flutter SDK with latest version. By command: flutter upgrade.

Upvotes: 2

Related Questions