compile 0.0.5 compile: ^0.0.5 copied to clipboard
The MobiPkg Compile package, a tool for compiling code to dynamic/static libraries.
We analyzed this package 19 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0
.
10/10 points: 20% or more of the public API has dartdoc comments
1564 out of 2126 API elements (73.6 %) have documentation comments.
Some symbols that are missing documentation: compile
, compile.AndroidCpuType
, compile.AndroidCpuType.args
, compile.AndroidCpuType.cmakeCpuName
, compile.AndroidCpuType.cpuName
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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
0/0 points: WASM compatibility
Package not compatible with runtime wasm
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
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
^2.4.0 |
2.6.0 | 2.6.0 |
logger |
^1.3.0 |
1.4.0 | 2.5.0 |
path |
^1.8.3 |
1.9.1 | 1.9.1 |
process_run |
^0.12.5+3 |
0.12.5+3 | 1.2.2 |
yaml |
^3.1.1 |
3.1.2 | 3.1.2 |
yaml_edit |
^2.1.0 |
2.2.1 | 2.2.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
charcode |
- | 1.4.0 | 1.4.0 |
collection |
- | 1.19.1 | 1.19.1 |
meta |
- | 1.16.0 | 1.16.0 |
pub_semver |
- | 2.1.4 | 2.1.4 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.4.0 | 1.4.0 |
synchronized |
- | 3.3.0+3 | 3.3.0+3 |
term_glyph |
- | 1.2.1 | 1.2.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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.
The constraint `^0.12.5+3` on process_run does not support the stable version `0.13.0`.
Try running dart pub upgrade --major-versions process_run
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.15
, Dart 3.5.4
.
Check the analysis log for details.