private_pub 3.0.0 copy "private_pub: ^3.0.0" to clipboard
private_pub: ^3.0.0 copied to clipboard

Self-hosted private Dart Pub server for Enterprise, with a simple web interface to search and view packages information. Fork from https://github.com/bytedance/unpub

110/ 160
pub points
2
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: private_pub.

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: private_pub,
    • contains a version property, and,
    • does not contain a publish_to property.

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.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

6 out of 86 API elements (7.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: unpub, unpub.App, unpub.App.App.new, unpub.App.addUploader, unpub.App.badge.

Passed check 10/10 points: Package has 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:private_pub/unpub.dart that imports:
  • package:private_pub/src/app.dart that imports:
  • package:shelf/shelf_io.dart that imports:
  • package:shelf/src/io_server.dart that imports:
  • dart:io
Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 10 issues. Showing the first 2:

WARNING: The ability to import 'BytesBuilder' indirectly is deprecated.

lib/src/app.dart:261:11

    ╷
261 │           BytesBuilder(), (BytesBuilder byteBuilder, d) => byteBuilder..add(d));
    │           ^^^^^^^^^^^^
    ╵

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

WARNING: The ability to import 'BytesBuilder' indirectly is deprecated.

lib/src/app.dart:261:28

    ╷
261 │           BytesBuilder(), (BytesBuilder byteBuilder, d) => byteBuilder..add(d));
    │                            ^^^^^^^^^^^^
    ╵

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

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

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

Package Constraint Compatible Latest Notes
archive ^3.3.0 3.6.1 4.0.7
args ^2.3.1 2.7.0 2.7.0
collection ^1.16.0 1.19.1 1.19.1
googleapis ^9.1.0 9.2.0 15.0.0
http ^0.13.4 0.13.6 1.6.0
http_parser ^4.0.1 4.1.2 4.1.2
intl ^0.17.0 0.17.0 0.20.2
json_annotation ^4.5.0 4.9.0 4.9.0
logging ^1.0.2 1.3.0 1.3.0
meta ^1.8.0 1.17.0 1.17.0
mime ^1.0.2 1.0.6 2.0.0
mongo_dart ^0.7.4+1 0.7.4+1 0.10.5
path ^1.8.2 1.9.1 1.9.1
pub_semver ^2.1.1 2.2.0 2.2.0
shelf ^1.3.1 1.4.2 1.4.2
shelf_cors_headers ^0.1.3 0.1.5 0.1.5
shelf_router ^1.1.3 1.1.4 1.1.4
yaml ^3.1.1 3.1.3 3.1.3
Transitive dependencies
Package Constraint Compatible Latest Notes
_discoveryapis_commons - 1.0.6 1.0.7
async - 2.13.0 2.13.0
basic_utils - 3.9.4 5.8.2
bson - 1.0.4 5.0.7
buffer - 1.2.3 1.2.3
clock - 1.1.2 1.1.2
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
fixnum - 1.1.1 1.1.1
http_methods - 1.1.1 1.1.1
js - 0.7.2 0.7.2 Discontinued
mongo_dart_query - 1.0.2 5.0.2
pointycastle - 3.9.1 4.0.0
pool - 1.5.2 1.5.2
power_extensions - 0.2.3 0.2.3
rational - 1.2.1 2.2.3
sasl_scram - 0.1.1 0.1.1
saslprep - 1.0.3 1.0.3
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
unorm_dart - 0.3.2 0.3.2
uuid - 3.0.7 4.5.2
vy_string_utils - 0.4.6 0.4.6

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

Found 6 issues. Showing the first 2:

The constraint `^3.3.0` on archive does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions archive to update the constraint.

The constraint `^9.1.0` on googleapis does not support the stable version `10.0.0`.

Try running dart pub upgrade --major-versions googleapis to update the constraint.

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.5, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
110
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Self-hosted private Dart Pub server for Enterprise, with a simple web interface to search and view packages information. Fork from https://github.com/bytedance/unpub

Documentation

API reference

License

MIT (license)

Dependencies

archive, args, collection, googleapis, http, http_parser, intl, json_annotation, logging, meta, mime, mongo_dart, path, pub_semver, shelf, shelf_cors_headers, shelf_router, yaml

More

Packages that depend on private_pub