아미(아름다운미소)

Dart or Flutter 업그레이드가 안될 때 본문

랭귀지/Flutter(플러터)

Dart or Flutter 업그레이드가 안될 때

유키공 2023. 4. 3. 18:07

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".

flutter upgrade error

flutter upgrade --force

플러터 업그레이드가 잘 동작합니다

 

Comments