Atamyrat Babayev
Atamyrat Babayev

Reputation: 905

Offline flutter sdk upgrade

I'm going to update Flutter SDK and recently I've downloaded latest Flutter SDK with .zip extension. Is it possible to make offline update of Flutter SDK?

Thanks))

Upvotes: 0

Views: 799

Answers (2)

Atamyrat Babayev
Atamyrat Babayev

Reputation: 905

Solution is to just replace old sdk with new one(after unzipping it) and run "flutter doctor" command. If you want to place your sdk in another folder with another path, you'll need to update your path, see Junsu Cho's answer.

Upvotes: 0

Junsu Cho
Junsu Cho

Reputation: 864

unzip to flutter zip file,

update your flutter path

link url : https://flutter.dev/docs/get-started/install/windows#update-your-path

Upvotes: 1

Related Questions