M.Q
M.Q

Reputation: 11

Flutter doctor isn't going well

After installing flutter sdk, android studio, and flutter plugin..

*1st I copied Android SDK tools manually because android studio didn't download it from web !!

*2nd When I tried to write "flutter doctor" in the command line, it didn't going well, and this is what actually happend.

PS C:\Users\MQ> flutter doctor -v
Got TLS error trying to find package node_preamble at https://pub.dartlang.org.
pub get failed (server unavailable) -- attempting retry 1 in 1 second...
Got TLS error trying to find package node_preamble at https://pub.dartlang.org.
pub get failed (server unavailable) -- attempting retry 2 in 2 seconds...
Got TLS error trying to find package node_preamble at https://pub.dartlang.org.
pub get failed (server unavailable) -- attempting retry 3 in 4 seconds...
Running "flutter pub get" in flutter_tools...  

                    |

Upvotes: 1

Views: 421

Answers (1)

soumdiakite
soumdiakite

Reputation: 11

I had same issue, I changed my network connection but I have had same issue. So to resolve this problem I changed flutter version to 1.22.6, This version works for me and I didn't get these errors with this version.

Upvotes: 1

Related Questions