DEV Community

Plugger
Plugger

Posted on

How to clone a flutter project in VScode

      HEY GUYS !!! Thanks for clicking the link and visiting here.

For few of us its not possible to install and use heavy software like Android Studio so we prefer VScode but the catch is VScode comes with many features which we are not aware of. So, here i would like to share how can we take a program from github i.e clone a program and run in VScode.

Following are the steps to follow:

  1. Open VScode and take a new window.
  2. Press " ctrl+shift+p " for making command pallet to display.
  3. Type in Git in the pallet on top.
  4. Select the suggested Git:clone option.
  5. And lastly, paste the Git URL in the pallet of the project you have cloned.

Top comments (0)