Skip to content

CLI for building Flutter Windows applications into Windows installer (.exe) using Inno Setup. Automates the installer creation process for easy distribution.

License

Notifications You must be signed in to change notification settings

izzalDev/inno_build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

render1725173683935

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

Installation

  1. Add inno_build to your Flutter project dependencies:

    flutter pub add inno_build
  2. Ensure your Flutter project is up-to-date:

    flutter pub get

Usage

Run inno_build to create the installer:

dart run inno_build

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork this repository.

  2. Create a new branch for the feature or fix you want to work on.

  3. 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.
  4. Submit a pull request to the main repository.

License

This project is licensed under the MIT License.

About

CLI for building Flutter Windows applications into Windows installer (.exe) using Inno Setup. Automates the installer creation process for easy distribution.

Resources

License

Stars

Watchers

Forks

Packages

No packages published