msix 3.16.8 copy "msix: ^3.16.8" to clipboard
msix: ^3.16.8 copied to clipboard

A command-line tool that create Msix installer from your flutter windows-build files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add msix
copied to clipboard

With Flutter:

 $ flutter pub add msix
copied to clipboard

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

dependencies:
  msix: ^3.16.8
copied to clipboard

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:msix/msix.dart';
copied to clipboard
886
likes
150
points
104k
downloads
screenshot

Publisher

verified publisherkremer.software

Weekly Downloads

2024.09.11 - 2025.03.26

A command-line tool that create Msix installer from your flutter windows-build files.

Repository (GitHub)
View/report issues

Topics

#windows #tool

Documentation

API reference

License

MIT (license)

Dependencies

args, cli_util, console, get_it, image, package_config, path, pub_semver, yaml

More

Packages that depend on msix