compile 0.0.6
compile: ^0.0.6 copied to clipboard
The MobiPkg Compile package, a tool for compiling code to dynamic/static libraries.
We analyzed this package 12 days ago, and awarded it 130 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
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.
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.dartthat imports:package:compile/src/util/shell_utils.dartthat imports:package:process_run/shell_run.dartthat imports:package:process_run/shell.dartthat imports:package:process_run/utils/process_result_extension.dartthat imports:package:process_run/src/lines_utils.dartthat imports:package:process_run/src/lines_utils_common.dartthat imports:package:process_run/src/common/import.dartthat imports:package:process_run/src/common/dartbin.dartthat imports:package:process_run/src/dartbin_impl.dartthat imports:package:process_run/src/user_config.dartthat imports:package:process_run/src/shell_utils.dartthat imports:package:process_run/src/shell_utils_common.dartthat imports:package:process_run/src/platform/platform.dartthat imports:package:process_run/src/platform/platform_stub.dartthat imports:package:process_run/src/shell_context_common.dartthat imports:package:process_run/src/shell_common.dartthat imports:package:process_run/src/io/io_import.dartthat imports:dart:io
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
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.
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.23.3, Dart 3.10.4.
Check the analysis log for details.