opentracing 1.0.15
opentracing: ^1.0.15 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.
We analyzed this package 3 days ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Homepage URL is insecure.
Update the homepage field and use a secure (https) URL.
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.
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.0.15").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
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.
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.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/src/constants.dart:39:42
╷
39 │ /// Represents [SpanContext]s using a Map<String, String> map as a carrier.
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/constants.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/constants.dart:51:63
╷
51 │ /// Represents [SpanContext]s using a character-restricted Map<String, String> as a carrier.
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/constants.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
meta |
^1.6.0 |
1.18.1 | 1.18.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.10, Dart 3.11.1.
Check the analysis log for details.