dart_dependency_updater 1.1.0+4 dart_dependency_updater: ^1.1.0+4 copied to clipboard
A package that will scan for dependencies in a Dart repo, update them if needed, and can update the repo with them.
We analyzed this package 6 days ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/peiffer-innovations/actions_dart_dependency_updater
was unreachable. Make sure that the website is reachable via HEAD
requests.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: dart_dependency_updater
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Unable to access git repository: Failed to run remote show origin
.
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: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
0 out of 13 API elements (0.0 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: dart_dependency_updater
, dart_dependency_updater.Dependency
, dart_dependency_updater.Dependency.Dependency
, dart_dependency_updater.Dependency.newVersion
, dart_dependency_updater.Dependency.oldVersion
.
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:dart_dependency_updater/dart_dependency_updater.dart
that imports:package:dart_dependency_updater/src/components/version_scanner.dart
that imports:package:pub_api_client/pub_api_client.dart
that imports:package:pub_api_client/src/pub_api_client_base.dart
that imports:package:pub_api_client/src/models/pub_package_model.dart
that imports:package:pubspec/pubspec.dart
that imports:package:pubspec/src/pubspec.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:dart_dependency_updater/dart_dependency_updater.dart
that imports:package:dart_dependency_updater/src/components/version_scanner.dart
that imports:package:pub_api_client/pub_api_client.dart
that imports:package:pub_api_client/src/pub_api_client_base.dart
that imports:package:pub_api_client/src/models/pub_package_model.dart
that imports:package:pubspec/pubspec.dart
that imports:package:pubspec/src/pubspec.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.5.0 |
2.6.0 | 2.6.0 |
github |
^9.24.0 |
9.24.0 | 9.24.0 |
http |
^1.2.2 |
1.2.2 | 1.2.2 |
intl |
^0.19.0 |
0.19.0 | 0.20.1 |
json_class |
^3.0.0+16 |
3.0.1 | 3.0.1 |
logging |
^1.2.0 |
1.3.0 | 1.3.0 |
meta |
^1.12.0 |
1.16.0 | 1.16.0 |
pub_api_client |
^2.7.0 |
2.7.1 | 3.0.0 |
pub_semver |
^2.1.4 |
2.1.5 | 2.1.5 |
yaml |
^3.1.2 |
3.1.3 | 3.1.3 |
yaml_writer |
^2.0.0 |
2.0.1 | 2.0.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
boolean_selector |
- | 2.1.2 | 2.1.2 |
clock |
- | 1.1.2 | 1.1.2 |
collection |
- | 1.19.1 | 1.19.1 |
crypto |
- | 3.0.6 | 3.0.6 |
dart_mappable |
- | 4.3.0 | 4.3.0 |
http_parser |
- | 4.1.1 | 4.1.1 |
json_annotation |
- | 4.9.0 | 4.9.0 |
matcher |
- | 0.12.17 | 0.12.17 |
oauth2 |
- | 2.0.3 | 2.0.3 |
path |
- | 1.9.1 | 1.9.1 |
pubspec |
- | 2.3.0 | 2.3.0 |
quiver |
- | 3.2.2 | 3.2.2 |
source_span |
- | 1.10.1 | 1.10.1 |
stack_trace |
- | 1.12.1 | 1.12.1 |
stream_channel |
- | 2.1.3 | 2.1.3 |
string_scanner |
- | 1.4.1 | 1.4.1 |
term_glyph |
- | 1.2.2 | 1.2.2 |
test_api |
- | 0.7.4 | 0.7.4 |
type_plus |
- | 2.1.1 | 2.1.1 |
typed_data |
- | 1.4.0 | 1.4.0 |
uri |
- | 1.0.0 | 1.0.0 |
web |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl
to update the constraint.
The constraint `^2.7.0` on pub_api_client does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions pub_api_client
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.17
, Dart 3.6.0
.
Check the analysis log for details.