inno_bundle 0.8.0 copy "inno_bundle: ^0.8.0" to clipboard
inno_bundle: ^0.8.0 copied to clipboard

PlatformWindows

CLI tool for automating Windows installer creation using Inno Setup.

Inno Bundle #

pub package chocolatey version inno setup hahouari-inno-setup

CLI tool that simplifies bundling flutter apps into Windows installers using Inno Setup.

Guide #

1. Install inno_bundle package into your project #

dart pub add dev:inno_bundle
copied to clipboard

For more advanced configuration with examples, see Configuration Options.

2. Build the Installer #

To run the build command on release mode

dart run inno_bundle:build --release
copied to clipboard

Note: This will generate the initial configuration if not present in your pubspec.yaml.

If you need other use cases with our CLI tool, look up CLI Options.

More Options and Examples #

You can find more detailed documentation on customizing inno_bundle, including examples, on the GitHub wiki pages.

Using GitHub Workflow? #

To automate the process of building the installer with GitHub Actions, refer to this demo.

You can copy the build.yaml file into your project and make sure to update the push branch. This setup will build the installer and publish it to GitHub Releases with the appropriate versioning.

DLL Files Handling #

inno_bundle handles including all necessary DLL files within the installer. For more info, refer to this page.

Reporting Issues #

If you encounter any issues please report them here.

12
likes
160
points
1.14k
downloads

Publisher

verified publisherhahouari.com

Weekly Downloads

2024.08.23 - 2025.03.07

CLI tool for automating Windows installer creation using Inno Setup.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, path, uuid, yaml

More

Packages that depend on inno_bundle