DependencyManager class

DependencyManager is a class that is responsible for downloading and installing all the dependencies required to build the installer.

Constructors

DependencyManager({bool verbose = false})
Creates a new DependencyManager.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verbose bool
Whether to print all the output of the command.
final

Methods

ensureInnoSetupDownloaded() Future<int>
Downloads and installs Inno Setup.
ensureVcredistDownloaded() Future<int>
Downloads and installs Visual C++ 2015-2022 Redistributable.
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