datahub_watchtower 0.1.0 copy "datahub_watchtower: ^0.1.0" to clipboard
datahub_watchtower: ^0.1.0 copied to clipboard

A service for log and event collection within a datahub deployment.

65/ 160
pub points
19
downloads

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

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

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

Failed check 0/5 points: Provide a valid README.md

Links in `README.md` should be well formed Unable to parse 7 image links.

README.md:29:18

   ╷
29 │ <li>Dart ≥ 2.17 (<a href="(https://dart.cn/get-dart)">Setup</a>)</li>
   │                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

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

Detected license: Apache-2.0.

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

29 out of 125 API elements (23.2 %) have documentation comments.

Some symbols that are missing documentation: api, api.LogEventDto, api.LogEventDto.LogEventDto.new, api.LogEventDto.level, api.LogEventDto.message.

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 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 26 issues. Showing the first 2:

ERROR: Target of URI hasn't been generated: 'package:datahub_watchtower/src/api/dto/log_event_dto.g.dart'.

lib/src/api/dto/log_event_dto.dart:3:6

  ╷
3 │ part 'log_event_dto.g.dart';
  │      ^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

ERROR: Classes can only extend other classes.

lib/src/api/dto/log_event_dto.dart:6:27

  ╷
6 │ class LogEventDto extends _TransferObject {
  │                           ^^^^^^^^^^^^^^^
  ╵

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

Failed report section
Support up-to-date dependencies
10 / 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
boost ^1.8.8 1.8.10 2.0.0
datahub ^0.17.0-dev.4 0.17.0-dev.100 0.18.0-dev.7
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 92.0.0 92.0.0
analyzer - 9.0.0 9.0.0
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
buffer - 1.2.3 1.2.3
cli_config - 0.2.0 0.2.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
coverage - 1.15.0 1.15.0
crypto - 3.0.7 3.0.7
dart_amqp - 0.3.1 0.3.1
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
frontend_server_client - 4.0.0 4.0.0
glob - 2.1.3 2.1.3
googleapis_auth - 1.3.1 2.0.0
grpc - 4.1.0 5.1.0
http - 0.13.6 1.6.0
http2 - 2.3.1 2.3.1
http_multi_server - 3.2.2 3.2.2
http_parser - 4.1.2 4.1.2
intl - 0.17.0 0.20.2
io - 1.0.5 1.0.5
js - 0.7.2 0.7.2 Discontinued
logging - 1.3.0 1.3.0
matcher - 0.12.18 0.12.18
meta - 1.17.0 1.17.0
mime - 1.0.6 2.0.0
minio - 3.5.0 3.5.8
node_preamble - 2.0.2 2.0.2
package_config - 2.2.0 2.2.0
path - 1.9.1 1.9.1
petitparser - 5.4.0 7.0.1
pointycastle - 3.9.1 4.0.0
pool - 1.5.2 1.5.2
protobuf - 3.1.0 6.0.0
pub_semver - 2.2.0 2.2.0
rxdart - 0.28.0 0.28.0
shelf - 1.4.2 1.4.2
shelf_packages_handler - 3.0.2 3.0.2
shelf_static - 1.1.3 1.1.3
shelf_web_socket - 3.0.0 3.0.0
source_map_stack_trace - 2.1.2 2.1.2
source_maps - 0.10.13 0.10.13
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
test - 1.28.0 1.28.0
test_api - 0.7.8 0.7.8
test_core - 0.6.14 0.6.14
typed_data - 1.4.0 1.4.0
uuid - 4.5.2 4.5.2
vm_service - 15.0.2 15.0.2
watcher - 1.2.0 1.2.0
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
webkit_inspection_protocol - 1.2.1 1.2.1
xml - 5.4.1 6.6.1
yaml - 3.1.3 3.1.3

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

The constraint `^1.8.8` on boost does not support the stable version `2.0.0`.

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 24 errors:

  • URI_HAS_NOT_BEEN_GENERATED - lib/src/api/dto/log_event_dto.dart:3:6 - Target of URI hasn't been generated: 'package:datahub_watchtower/src/api/dto/log_event_dto.g.dart'.
  • EXTENDS_NON_CLASS - lib/src/api/dto/log_event_dto.dart:6:27 - Classes can only extend other classes.
  • URI_HAS_NOT_BEEN_GENERATED - lib/src/api/dto/service_dto.dart:3:6 - Target of URI hasn't been generated: 'package:datahub_watchtower/src/api/dto/service_dto.g.dart'.

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

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
65
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A service for log and event collection within a datahub deployment.

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

boost, datahub

More

Packages that depend on datahub_watchtower