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

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

130/ 160
pub points
156k
downloads

We analyzed this package 3 days ago, and awarded it 130 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

5 out of 8 API elements (62.5 %) have documentation comments.

Some symbols that are missing documentation: msix, msix.Msix.Msix.new, msix.Msix.registerWith.

Passed check 10/10 points: Package has an example and has no issues with screenshots

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Windows

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:msix/msix.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:msix/msix.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:msix/msix.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:msix/msix.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:msix/msix.dart that declares support for platforms: Windows.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

INFO: Missing type annotation.

lib/msix.dart:82:3

   ╷
82 │   _setupSingletonServices(List<String> args) {
   │   ^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/msix.dart

INFO: Missing type annotation.

lib/src/assets.dart:280:37

    ╷
280 │   Future<void> cleanTemporaryFiles({clearMsixFiles = false}) async {
    │                                     ^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/assets.dart

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
args ^2.0.0 2.7.0 2.7.0
cli_util >=0.0.0 <1.0.0 0.5.1 0.5.1
console ^4.0.0 4.1.0 4.1.0
get_it ^9.0.0 9.2.1 9.2.1
image ^4.0.0 4.9.1 4.9.1
package_config >=2.0.0 <4.0.0 3.0.0 3.0.0
path ^1.0.0 1.9.1 1.9.1
pub_semver ^2.0.0 2.2.0 2.2.0
yaml ^3.0.0 3.1.3 3.1.3
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.9 4.0.9
async - 2.13.1 2.13.1
collection - 1.19.1 1.19.1
ffi - 2.2.0 2.2.0
meta - 1.18.3 1.18.3
petitparser - 7.0.2 7.0.2
posix - 6.5.0 6.5.0
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
vector_math - 2.4.0 2.4.0
xml - 7.0.1 7.0.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • UNDEFINED_NAMED_PARAMETER - lib/src/assets.dart:84:11 - The named parameter 'linearBlend' isn't defined.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.12, Dart 3.12.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
980
likes
130
points
156k
downloads
screenshot

Documentation

API reference

Publisher

verified publisherkremer.software

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#windows #tool

License

MIT (license)

Dependencies

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

More

Packages that depend on msix