How to Upgrade Flutter

Last reviewed in August 2019 by Frank Treacy

Type in your terminal:

flutter upgrade

This will update Flutter to the latest version in the current channel. Most likely you have it set in stable.

flutter channel
# Flutter channels:
#   beta
#   dev
#   master
# * stable

Do you want to live in the cutting edge? Switching channels is easy:

flutter channel dev
# Switching to flutter channel 'dev'...
# ...

And run upgrade again:

flutter upgrade

The best from the Flutter-verse in 3 minutes or less? Join Snacks!

Delivered twice monthly. No link walls. No spam. EVER.

See also