53 likes
·
3.0K reads
7 comments
there is an error in the git clone
command
Fixed it. Thanks for the heads up!
When I type flutter devices
I get No devices detected
.
I have Intellij IDEA Ultimate install but not VC Code.
Is there something more that needs to be done that you maybe overlooked because your system already had it?
If you switched to the master
channel and set the environment variable as described in the article. You should have your OS in the output of flutter devices
.
Thanks for your reply.
When I type flutter channel master
I get what appears to be a git pull
from github.com/flutter/flutter and then these are the last lines in the output:
git: Please commit your changes or stash them before you switch branches.
git: Aborting
Switching channels failed with error code 1.
Is there some directory that we must be in that your article does not mention? I am new to Flutter so I don't know anything about its directory layout or any other aspects of Flutter, but I am very interested in something to build cross-platform desktop apps besides Electron.
No love?
Ayush
Thanks for your article.
I'm following along on Windows and neither flutter doctor nor flutter run detect the installed Visual Studio.
I read that they only look at the default location, which is bound to fail in this case, as I am running the 2017 community edition, which by default is stored at
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\
I failed to find a guideline about how to tell flutter where to look.
Do you have any suggestion about how to proceed?