avf_dart 0.1.27
avf_dart: ^0.1.27 copied to clipboard
Dart bindings for Apple Virtualization.framework.
We analyzed this package 4 days ago, and awarded it 135 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: avf_dart.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: avf_dart, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
Repository URL doesn't exist.
At the time of the analysis https://github.com/openci-org/openci/tree/main/packages/avf_dart was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.1.27").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
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
22 out of 53 API elements (41.5 %) have documentation comments.
Some symbols that are missing documentation: avf_dart, avf_dart.AppleVirtualization, avf_dart.AppleVirtualization.AppleVirtualization.new, avf_dart.LocalVM, avf_dart.LocalVM.LocalVM.new.
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:avf_dart/avf_dart.dartthat imports:package:avf_dart/src/virtual_machine_transfer.dartthat imports:package:avf_dart/src/virtual_machine.dartthat imports:package:avf_dart/src/virtual_machine_ssh.dartthat imports:package:dartssh2/dartssh2.dartthat imports:package:dartssh2/src/http/http_client.dartthat imports:package:dartssh2/src/ssh_client.dartthat imports:package:dartssh2/src/sftp/sftp_client.dartthat imports:dart:io
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 | Notes |
|---|---|---|---|---|
dartssh2 |
^2.17.1 |
2.22.5 | 4.1.0 | |
hooks |
^2.0.0 |
2.2.0 | 2.2.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
asn1lib |
- | 1.6.5 | 1.6.5 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 | |
pinenacl |
- | 0.6.0 | 0.6.0 | |
pointycastle |
- | 4.0.0 | 4.0.0 | |
pub_semver |
- | 2.2.1 | 2.2.1 | |
record_use |
- | 1.1.1 | 1.1.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
yaml |
- | 3.1.4 | 3.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.17.1` on dartssh2 does not support the stable version `3.0.0`, that was published 19 days ago.
When dartssh2 is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions dartssh2 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.19, Dart 3.13.1.
Check the analysis log for details.