Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Stack found this candidate but arguments dont match

# You probably accidentally modified Flutter source code.
# You can check by running in your Flutter install dir
git status
# It should report no modifications
# To fix run in your Flutter install dir

git clean -xfd
git stash save --keep-index
git stash drop
git pull
flutter doctor
 
PREVIOUS NEXT
Tagged: #Stack #candidate #arguments #dont #match
ADD COMMENT
Topic
Name
4+1 =