1

I just downloaded and installed flutter SDK(archive). when I run the "flutter doctor" command on my mac m1 terminal I receive this error. pub get failed/exit code: 69 enter image description here

thank you for guiding me.

"flutter doctor" command not work.

Munsif Ali
  • 1,839
  • 1
  • 8
  • 22

4 Answers4

1

try running flutter config --clear-features It worked for me.

0

It happens when adding a package with a mistaken version! For example, the latest version of the path_provider package, for now, is ^2.0.14, if you mistakenly add e.g 4.0.1 you'll face this issue.

Alireza Akbari
  • 2,153
  • 2
  • 28
  • 53
0

Delete pubspec.lock file >> restart your device, then Pub get

Rasha Mohamed
  • 66
  • 1
  • 4
-1

It looks like that you have been blocked from using this feature due to region restrictions, try using vpn app that uses split tunneling method in order to use vpn in your apps not only in browser.

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
ZICO
  • 1