Search code examples
flutterdartflutter-upgrade

"flutter upgrade" commands ends with an error "unknown flutter tag"


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.

Solution

  • I think you have your answer here

    You can try to run flutter upgrade --force