innosetup 0.1.3
innosetup: ^0.1.3 copied to clipboard
Make windows installer for Flutter & vanilla Dart powered apps powered by Inno Setup.
0.1.3 #
- Fixes bug in
makemethod inInnoSetup. - Improves README.
0.1.2 #
- Fixes missing
InnoSetupAppiscc code by addingtoStringimplementation. - Fixes bug in
InnoSetupIconsBuilder. - Calls
isccinno setup compiler after generating the script.
0.1.1 #
- Examples now display in pub.dev.
- Updates to proper dart package conventions.
0.1.0 #
- Adds
runAfterInstalloption to launch app after installation. - Adds
locationto specify installer location. - Improves
languagesdefinition. - Adds
licenseoption to specify installation license prompt. - Adds
nameoption for installer. - Adds
filesoption to specify resources to pack in installer. - Adds
appoption to specify app details to the installer. - Adds
urlsinappoption to specify app related urls.
0.0.0 #
- Initial pre-release version (Definitions only)