inno_build 0.4.0
inno_build: ^0.4.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_buildWith Flutter:
$ flutter pub add inno_buildThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
inno_build: ^0.4.0Alternatively, 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';