You need to call flutter upgrade from Flutter install directory.
To find its location, you can use which command on Linux systems:
mikyll@debian-EQPNRAP:~$ which flutter/home/mikyll/Programs/flutter/bin/flutterAnd where on Windows (or which aswell if you have it installed):
C:\Users\mikyll\Desktop>where flutter C:\Program Files\flutter\bin\flutterC:\Program Files\flutter\bin\flutter.batOnce you found it, you can change directory and finally call flutter upgrade:
$ cd /path/to/flutter/$ flutter upgrade