git_clone 1.1.0
git_clone: ^1.1.0 copied to clipboard
A library for cloning a git repository.
import 'package:git_clone/git_clone.dart';
void main() {
gitClone(repo: 'https://github.com/g1eny0ung/git_clone.git');
// fastClone(platform: Platform.github, ownerAndRepo: 'g1eny0ung/git_clone');
}