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
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