I have a Flutter project for my friend’s website, in github repository. I want to use IDX, to allow my friend to easily make simple changes.
Questions:
- How to clone existing project to IDX workspace? If i run git clone in terminal, it will create subdirectory, so my .vscode will lose power.
- How to share the workspace with friend?
- How to run project for web/chrome from idx console/workspace?
Copy of the question in SO: flutter - Steps to clone project from github - Stack Overflow