ball_resolver 0.3.1 copy "ball_resolver: ^0.3.1" to clipboard
ball_resolver: ^0.3.1 copied to clipboard

Module resolver for Ball programs that fetches, verifies, and caches modules from HTTP, file, git, inline, and registry sources with integrity checking.

140/ 160
pub points
80
downloads

We analyzed this package 13 hours ago, and awarded it 140 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

35 out of 68 API elements (51.5 %) have documentation comments.

Some symbols that are missing documentation: cache.ContentAddressableCache, cache.ContentAddressableCache.ContentAddressableCache.new, cache.ContentAddressableCache.cacheDir, file_fetcher.fetchFile, git_fetcher.fetchGit.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:ball_resolver/ball_resolver.dart that imports:
  • package:ball_resolver/resolver.dart that imports:
  • package:ball_resolver/fetchers/git_fetcher.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

INFO: Angle brackets will be interpreted as HTML.

lib/cache.dart:4:28

  ╷
4 │ ///   ~/.ball/cache/sha256/<first-2-hex>/<full-hex>.ball.bin
  │                            ^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/cache.dart

INFO: Angle brackets will be interpreted as HTML.

lib/cache.dart:4:42

  ╷
4 │ ///   ~/.ball/cache/sha256/<first-2-hex>/<full-hex>.ball.bin
  │                                          ^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/cache.dart

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
archive ^4.0.0 4.3.0 4.3.0
ball_base ^0.4.0 0.4.1 0.4.1
crypto ^3.0.0 3.0.7 3.0.7
http ^1.2.0 1.6.0 1.6.0
path ^1.9.0 1.9.1 1.9.1
pub_semver ^2.1.0 2.2.1 2.2.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
ball_protobuf - 0.4.0 0.4.0
collection - 1.19.1 1.19.1
ffi - 2.2.0 2.2.0
fixnum - 1.1.1 1.1.1
http_parser - 4.1.2 4.1.2
meta - 1.19.0 1.19.0
posix - 6.5.2 6.5.2
protobuf - 6.1.0 6.1.0
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
web - 1.1.1 1.1.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
0
likes
140
points
80
downloads

Documentation

API reference

Publisher

verified publisherball-lang.dev

Weekly Downloads

Module resolver for Ball programs that fetches, verifies, and caches modules from HTTP, file, git, inline, and registry sources with integrity checking.

Repository (GitHub)
View/report issues
Contributing

Topics

#programming-language #module-resolver #dependency-management #protobuf #ball

License

MIT (license)

Dependencies

archive, ball_base, crypto, http, path, pub_semver

More

Packages that depend on ball_resolver