git_clone 1.1.0 copy "git_clone: ^1.1.0" to clipboard
git_clone: ^1.1.0 copied to clipboard

A library for cloning a git repository.

example/main.dart

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');
}
3
likes
150
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

A library for cloning a git repository.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on git_clone