CLI tool that simplifies bundling flutter apps into Windows installers using Inno Setup.
dart pub add dev:inno_bundleRun the build command on release mode
dart run inno_bundleNote: This will generate the initial configuration if not present in your pubspec.yaml.
You can find detailed documentation on customizing inno_bundle, including examples, on the GitHub wiki pages.
To configure your installer, see Configuration Options, and if you need other use cases with our CLI tool, look up CLI Options.
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.
inno_bundle handles including all necessary DLL files within the installer. For more info, refer to this page.
If you encounter any issues please report them here.