When you get flutter deamon reload failure error, try this: 
1.Run flutter doctor 
2.If the error is unhandled error and /Users/kiyo/.config is not found 
3.Remove ~/.config and create .config folder using mkdir -p ~/.config 
4.Check flutter doctor \
If the command works, you've solved the issue. I've got this issue today, so I'll push sharing here.
