Last updated:
0 purchases
inno build
inno_build #
inno_build is a CLI tool for building Flutter Windows applications into Windows installers (.exe). It handles the Inno Setup process internally, making it easy to automate the creation of Windows installers for your Flutter apps.
Requirements #
Windows 10 or later
Flutter 3.22.3 and Dart 3.4.4
A Flutter application
Installation #
Add inno_build to your Flutter project dependencies:
flutter pub add inno_build
copied to clipboard
Ensure your Flutter project is up-to-date:
flutter pub get
copied to clipboard
Usage #
Run inno_build to create the installer:
dart run inno_build
copied to clipboard
Contributing #
If you'd like to contribute to this project, please follow these steps:
Fork this repository.
Create a new branch for the feature or fix you want to work on.
Make your changes and commit them to that branch using the following commit message conventions:
feat: For adding new algorithms or features.
fix: For modifying existing algorithms or fixing issues.
docs: For changing or creating documentation.
add (optional): For adding algorithms or features.
Submit a pull request to the main repository.
License #
This project is licensed under the MIT License.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.