dev_build 1.1.1+2 dev_build: ^1.1.1+2 copied to clipboard
Development utilities for dart and flutter packages. CI and build helpers.
We analyzed this package 10 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: BSD-2-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
316 out of 322 API elements (98.1 %) have documentation comments.
Some symbols that are missing documentation: build_support
, menu
, menu_io
, menu_run_ci
, package
.
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 not compatible with platform Web
Because:
package:dev_build/build_support.dart
that imports:package:dev_build/src/pub_global.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/io/io.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:dev_build/build_support.dart
that imports:package:dev_build/src/pub_global.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/io/io.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
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
>=2.4.2 <4.0.0 |
2.6.0 | 2.6.0 |
collection |
>=1.17.2 <3.0.0 |
1.19.1 | 1.19.1 |
meta |
>=1.9.0 <3.0.0 |
1.16.0 | 1.16.0 |
path |
>=1.8.3 <3.0.0 |
1.9.1 | 1.9.1 |
pool |
>=1.5.1 <3.0.0 |
1.5.1 | 1.5.1 |
process_run |
>=1.0.0-1 <3.0.0 |
1.2.2+1 | 1.2.2+1 |
pub_semver |
>=2.1.4 <4.0.0 |
2.1.5 | 2.1.5 |
synchronized |
>=3.0.0+3 <5.0.0 |
3.3.0+3 | 3.3.0+3 |
yaml |
>=3.1.2 <5.0.0 |
3.1.3 | 3.1.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
source_span |
- | 1.10.1 | 1.10.1 |
stack_trace |
- | 1.12.1 | 1.12.1 |
string_scanner |
- | 1.4.1 | 1.4.1 |
term_glyph |
- | 1.2.2 | 1.2.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 3 errors:
UNDEFINED_METHOD
-lib/src/io/run_ci.dart:127:22
- The method 'flag' isn't defined for the type 'ArgResults'.UNDEFINED_METHOD
-lib/src/io/run_ci.dart:151:20
- The method 'flag' isn't defined for the type 'ArgResults'.UNDEFINED_METHOD
-lib/src/io/run_ci.dart:163:14
- The method 'flag' isn't defined for the type 'ArgResults'.
Run dart pub downgrade
and then dart analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.17
, Dart 3.6.0
.
Check the analysis log for details.