Reputation: 905
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
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
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