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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add inno_build

With Flutter:

 $ flutter pub add inno_build

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  inno_build: ^0.3.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:inno_build/inno_build.dart';
4
likes
160
points
42
downloads

Publisher

verified publisherizzal.my.id

Weekly Downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

args, cli_spin, path, uuid, yaml, yaml_writer

More

Packages that depend on inno_build