innosetup 0.1.3 copy "innosetup: ^0.1.3" to clipboard
innosetup: ^0.1.3 copied to clipboard

Make windows installer for Flutter & vanilla Dart powered apps powered by Inno Setup.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add innosetup

With Flutter:

 $ flutter pub add innosetup

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

dependencies:
  innosetup: ^0.1.3

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:innosetup/innosetup.dart';
8
likes
130
pub points
62%
popularity

Publisher

verified publisheraswinmurali.dev

Make windows installer for Flutter & vanilla Dart powered apps powered by Inno Setup.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

meta, version

More

Packages that depend on innosetup