jb 0.5.0 jb: ^0.5.0 copied to clipboard
JBuild front-end. A modern Java build system that leverages Dartle to make building Java projects easy.
We analyzed this package 3 days ago, and awarded it 100 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
58 out of 260 API elements (22.3 %) have documentation comments.
Some symbols that are missing documentation: jb
, jb.CompileOutput.CompileOutput.dir
, jb.CompileOutput.CompileOutput.jar
, jb.CompileOutput.resolveProperties
, jb.CompileOutput.when
.
10/10 points: Package has 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 does not support platform `Web`.
Because:
package:jb/jb.dart
that imports:package:jb/src/utils.dart
that imports:package:dartle/dartle.dart
that imports:package:dartle/src/task_run.dart
that imports:package:dartle/src/_actor_task.dart
that imports:package:actors/actors.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
ERROR: The getter 'path' isn't defined for the type 'InputFileStream'.
lib/src/jb_extension.dart:107:25
╷
107 │ path: '${stream.path}!$extensionEntry',
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/jb_extension.dart
INFO: Implicit tear-off of the 'call' method.
lib/src/exec.dart:57:19
╷
57 │ onStdoutLine: stdoutFun,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/exec.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
actors |
^0.10.0 |
0.10.0 | 0.11.0 |
archive |
^3.3.4 |
3.6.1 | 3.6.1 |
args |
^2.3.1 |
2.6.0 | 2.6.0 |
conveniently |
^1.1.0 |
1.2.0 | 1.2.0 |
dartle |
^0.26.0 |
0.26.0 | 0.28.1 |
file |
^7.0.0 |
7.0.1 | 7.0.1 |
io |
^1.0.4 |
1.0.4 | 1.0.4 |
isolate_current_directory |
^2.0.0 |
2.0.0 | 2.0.0 |
logging |
^1.0.0 |
1.3.0 | 1.3.0 |
path |
^1.8.2 |
1.9.1 | 1.9.1 |
xml |
^6.2.2 |
6.5.0 | 6.5.0 |
yaml |
^3.1.1 |
3.1.2 | 3.1.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
clock |
- | 1.1.2 | 1.1.2 |
collection |
- | 1.19.1 | 1.19.1 |
convert |
- | 3.1.2 | 3.1.2 |
crypto |
- | 3.0.6 | 3.0.6 |
meta |
- | 1.16.0 | 1.16.0 |
petitparser |
- | 6.0.2 | 6.0.2 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.4.0 | 1.4.0 |
structured_async |
- | 0.3.2 | 0.3.2 |
tar |
- | 1.0.5 | 2.0.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
test_report_parser |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.10.0` on actors does not support the stable version `0.11.0`.
Try running dart pub upgrade --major-versions actors
to update the constraint.
The constraint `^0.26.0` on dartle does not support the stable version `0.27.0`.
Try running dart pub upgrade --major-versions dartle
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.