menu
protofu package
documentation
git.dart
GitRepo
GitRepo.new constructor
GitRepo.new constructor
dark_mode
light_mode
GitRepo
constructor
GitRepo
(
String
url
,
String
?
ref
)
Implementation
GitRepo(this.url, this.ref) { cache = path.join(cacheDirectory.path, path.split(url).last); }
protofu package
documentation
git
GitRepo
GitRepo.new constructor
GitRepo class