inno_build 0.1.1 copy "inno_build: ^0.1.1" to clipboard
inno_build: ^0.1.1 copied to clipboard

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

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.

1
likes
0
pub points
30%
popularity

Publisher

verified publisherizzal.my.id

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, cli_spin, path, uuid, yaml, yaml_writer

More

Packages that depend on inno_build