oscortex_cli 0.1.0 copy "oscortex_cli: ^0.1.0" to clipboard
oscortex_cli: ^0.1.0 copied to clipboard

Build and run Flutter apps for OSCortex. Compiles a Flutter project into a universal .osx bundle (native aarch64 + x86_64 in one artifact) and previews it in an emulator across architectures.

130/ 160
pub points
16
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: oscortex_cli.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: oscortex_cli,
    • contains a version property, and,
    • does not contain a publish_to property.

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: AGPL-3.0.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

16 out of 19 API elements (84.2 %) have documentation comments.

Some symbols that are missing documentation: oscortex_cli, oscortex_cli.OsxCommandRunner, oscortex_cli.OsxCommandRunner.OsxCommandRunner.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:oscortex_cli/oscortex_cli.dart that imports:
  • package:oscortex_cli/src/util/logger.dart that imports:
  • dart:io
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: Angle brackets will be interpreted as HTML.

lib/src/commands/build_command.dart:27:26

   ╷
27 │ ///   pack    : per-arch <App>-{arm64,x64}.osx  +  universal <App>.osx
   │                          ^^^^^
   ╵

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

INFO: Angle brackets will be interpreted as HTML.

lib/src/commands/build_command.dart:27:62

   ╷
27 │ ///   pack    : per-arch <App>-{arm64,x64}.osx  +  universal <App>.osx
   │                                                              ^^^^^
   ╵

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

Passed report section
Support up-to-date dependencies
40 / 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.5.0 2.7.0 2.7.0
path ^1.9.0 1.9.1 1.9.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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.12, Dart 3.12.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
16
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Build and run Flutter apps for OSCortex. Compiles a Flutter project into a universal .osx bundle (native aarch64 + x86_64 in one artifact) and previews it in an emulator across architectures.

License

AGPL-3.0 (license)

Dependencies

args, path

More

Packages that depend on oscortex_cli