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.

4
likes
115/ 160
pub points
106k
downloads

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

Failed report section
Follow Dart file conventions
5 / 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
  │                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
copied to clipboard

Use https URLs instead.

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

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

65return Future<Span>.value(null);
   │                               ^^^^
   ╵
copied to clipboard

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

18import 'package:opentracing/src/abstract_scope_manager.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
copied to clipboard

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.16.0 1.16.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.22.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 6Aug 3Aug 31Sep 28Oct 26Nov 23Dec 21Jan 18Feb 15Mar 15010k20k30k40k50k60k70k80k>=0.0.0-0 <1.0.0>=1.0.0-0 <2.0.0
4
likes
115
points
106k
downloads

Publisher

verified publisherworkiva.com

Weekly Downloads

2024.09.23 - 2025.04.07

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