opentracing 1.0.11 copy "opentracing: ^1.0.11" to clipboard
opentracing: ^1.0.11 copied to clipboard

This library is the Open Tracing API written in Dart. It is intended for use both on the server and in the browser.

110/ 160
pub points
67.3k
downloads

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

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

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

Homepage URL is insecure.

Update the homepage field and use a secure (https) URL.

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

Links in `README.md` should be secure. 3 links are insecure.

README.md:4:80

  ╷
4 │ <p>To fully understand this platform API, it's helpful to be familiar with the <a href="http://opentracing.io">OpenTracing project</a> and
  │                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

Use https URLs instead.

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

`CHANGELOG.md` does not contain reference to the current version ("1.0.11").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

116 out of 123 API elements (94.3 %) have documentation comments.

Some symbols that are missing documentation: opentracing_dart.AbstractTracer.AbstractTracer.new, opentracing_dart.Scope.Scope.new, opentracing_dart.ScopeManager.ScopeManager.new, opentracing_dart.Span.Span.new, opentracing_noop.NoopSpan.NoopSpan.new.

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

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 6 issues. Showing the first 2:

WARNING: 'Future.value' shouldn't be called with a 'null' argument for the non-nullable type argument 'Span'.

lib/src/noop_span.dart:65:31

   ╷
65 │     return Future<Span>.value(null);
   │                               ^^^^
   ╵

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

INFO: The import of 'package:opentracing/src/abstract_scope_manager.dart' is unnecessary because all of the used elements are also provided by the import of 'package:opentracing/opentracing.dart'.

lib/src/abstract_tracer.dart:18:8

   ╷
18 │ import 'package:opentracing/src/abstract_scope_manager.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/abstract_tracer.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
meta ^1.6.0 1.17.0 1.17.0

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.3, Dart 3.10.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
4
likes
110
points
67.3k
downloads

Publisher

verified publisherworkiva.com

Weekly Downloads

This library is the Open Tracing API written in Dart. It is intended for use both on the server and in the browser.

Documentation

API reference

License

unknown (license)

Dependencies

meta

More

Packages that depend on opentracing