I have trying to install flutter onto my Mac.I have realised that I might have installed flutter multiple time without uninstalling properly. Now suggest me the needful to get why flutter fired up and running.
For this error: Waiting for another flutter command to release the startup lock I tried running killall -9 dart and removing /bin/cache/lockfile (there was no lock file) Waiting for another flutter command to release the startup lock
For this error: Got socket error trying to find package english_words at https://pub.dartlang.org I tired changing to auto-detect proxy in android studio Got socket error trying to find package english_words at https://pub.dartlang.org
Ps: I followed the flutter docs from the website and not sure what I might have done wrong.