innosetup library

The innosetup package provides ways to build windows desktop installers for Flutter powered apps.

Classes

InnoSetup
The Inno Setup installer definition block.
InnoSetupApp
Define Inno Setup for the Flutter project.
InnoSetupAppUrls
Define homeUrl for the app with optional publisherUrl, supportUrl and updatesUrl.
InnoSetupCompression
Defines compression level in Inno Setup.
InnoSetupCompressions
Contains multiple compression definitions for Inno Setup. source: https://jrsoftware.org/ishelp/topic_setup_compression.htm
InnoSetupFiles
Define the app's files location and executable path.
InnoSetupIcon
Specify the icon _file for the installer.
InnoSetupIconsBuilder
InnoSetupInstallerDirectory
Define installer location when compiled.
InnoSetupLanguage
Defines a language in inno setup.
InnoSetupLanguages
Contains multiple language definitions for Inno Setup.
InnoSetupLanguagesBuilder
InnoSetupLicense
Define license to show when installing.
InnoSetupName
Define name of the installer.
InnoSetupRunBuilder

Enums

InnoSetupCompressionLevel
Different levels for supported compression algorithms in Inno Setup.