git_clone 1.2.0 copy "git_clone: ^1.2.0" to clipboard
git_clone: ^1.2.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');

  // gitCloneArchive(
  //   url: 'https://github.com/g1eny0ung/git_clone/archive/refs/heads/master.zip',
  //   destination: 'git_clone-master.zip',
  // );
}
3
likes
130
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A library for cloning a git repository.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on git_clone