SoftwareDownloader class abstract

Script software downloader.

Download the required software to execute the required.

Constructors

SoftwareDownloader(OperatingSystem currentOs, Directory hooksDir)
Const constructor to create a SoftwareDownloader with the hooksDir and currentOs.
const

Properties

currentOs OperatingSystem
The current operating system on which the software downloader is run.
final
hashCode int
The hash code for this object.
no setterinherited
hooksDir Directory
The hooks directory where the software will be kept.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

downloadPreCommitTools() Future<void>
Download the pre-commit tools.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited