compile 0.0.6 copy "compile: ^0.0.6" to clipboard
compile: ^0.0.6 copied to clipboard

The MobiPkg Compile package, a tool for compiling code to dynamic/static libraries.

130/ 160
pub points
27
downloads

We analyzed this package 12 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: Apache-2.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

232 out of 663 API elements (35.0 %) have documentation comments.

Some symbols that are missing documentation: compile, compile.AndroidCpuType, compile.AndroidCpuType.args, compile.AndroidCpuType.cmakeCpuName, compile.AndroidCpuType.cpuName.

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:compile/compile.dart that imports:
  • package:compile/src/util/shell_utils.dart that imports:
  • package:process_run/shell_run.dart that imports:
  • package:process_run/shell.dart that imports:
  • package:process_run/utils/process_result_extension.dart that imports:
  • package:process_run/src/lines_utils.dart that imports:
  • package:process_run/src/lines_utils_common.dart that imports:
  • package:process_run/src/common/import.dart that imports:
  • package:process_run/src/common/dartbin.dart that imports:
  • package:process_run/src/dartbin_impl.dart that imports:
  • package:process_run/src/user_config.dart that imports:
  • package:process_run/src/shell_utils.dart that imports:
  • package:process_run/src/shell_utils_common.dart that imports:
  • package:process_run/src/platform/platform.dart that imports:
  • package:process_run/src/platform/platform_stub.dart that imports:
  • package:process_run/src/shell_context_common.dart that imports:
  • package:process_run/src/shell_common.dart that imports:
  • package:process_run/src/io/io_import.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 31 issues. Showing the first 2:

INFO: Library directives without comments or annotations should be avoided.

lib/compile.dart:5:1

  ╷
5 │ library compile;
  │ ^^^^^^^^^^^^^^^^
  ╵

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

INFO: Don't use the type 'FutureOr

lib/src/command/base.dart:51:3

   ╷
51 │   FutureOr<void>? onError(Object exception, StackTrace st) {
   │   ^^^^^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
args ^2.4.0 2.7.0 2.7.0
intl ^0.18.1 0.18.1 0.20.2
logger ^1.3.0 1.4.0 2.6.2
path ^1.8.3 1.9.1 1.9.1
process_run ^0.12.5+3 0.12.5+3 1.2.4
yaml ^3.1.1 3.1.3 3.1.3
yaml_edit ^2.1.0 2.2.3 2.2.3
Transitive dependencies
Package Constraint Compatible Latest Notes
charcode - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
meta - 1.17.0 1.17.0
pub_semver - 2.2.0 2.2.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2

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

Found 3 issues. Showing the first 2:

The constraint `^0.18.1` on intl does not support the stable version `0.19.0`.

Try running dart pub upgrade --major-versions intl to update the constraint.

The constraint `^1.3.0` on logger does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions logger to update the constraint.

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.3, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
130
points
27
downloads

Publisher

verified publisherkikt.top

Weekly Downloads

The MobiPkg Compile package, a tool for compiling code to dynamic/static libraries.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

args, intl, logger, path, process_run, yaml, yaml_edit

More

Packages that depend on compile