Your flutter checkout has local changes that would be erased by upgrading. If you want to keep these changes, it is recommended that you stash them via "git stash" or else commit the changes to a local branch. If it is okay to remove local changes, then re-run this
command with --force.
플러터 버전이나 다트 버전을 업그레이드 할 때 이러한 에러가 떴다면 아마 IDE코드를 실수로 수정했을 가능성이 있다. 그러면 flutter upgrade force
를 이용하면 업그레이드 되면서 고칠 수 있을 것이다.
감사합니다! 'flutter upgrade --force' 하니까 정상적으로 업그레이드 되네요 ㅎㅎ