skip to Main Content

Clone a Git repo using Flutter/Dart

I want to do a Process.start('cmd', ['/c', 'git', 'clone', repoLink, selectedDirectory]) in flutter/dart. My target directory is not empty because when I do a normal git clone, it creates a new folder with the name of the repo an clone…

VIEW QUESTION
Back To Top
Search