I am trying to upgrade my flutter version by following command:
flutter upgrade
But it ends with an error:
Unknown flutter tag. Abandoning upgrade to avoid destroying local changes. It is recommended to use git directly if not working on an official channel.
I think you have your answer here
You can try to run flutter upgrade --force