msix 3.16.7 copy "msix: ^3.16.7" to clipboard
msix: ^3.16.7 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

With Flutter:

 $ flutter pub add msix

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

dependencies:
  msix: ^3.16.7

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';
768
likes
140
pub points
96%
popularity
screenshot

Publisher

verified publisherkremer.software

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