purple_otel_api 0.1.4
purple_otel_api: ^0.1.4 copied to clipboard
OpenTelemetry API for Dart — interfaces, no-op implementations, and semantic conventions. Zero external dependencies.
We analyzed this package 4 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: AGPL-3.0.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting purple_otel_api... Discovering libraries... Linking elements... Precaching local docs for 140136 elements... Initialized dartdoc with 76 libraries Generating docs for library purple_otel_api.dart from package:purple_otel_api/purple_otel_api.dart... ERR: warning: unresolved doc reference [explicitBucketBoundaries] from meter.DoubleHistogram: (file:///tmp/pana_RPJKQM/lib/src/metrics/meter.dart:116:26) warning: unresolved doc reference [explicitBucketBoundaries] from meter.LongHistogram: (file:///tmp/pana_RPJKQM/lib/src/metrics/meter.dart:126:26)
dartdoc 9.0.4 (/home/worker/dartdoc/build/dartdoc) failed: Stack Overflow #0 List.sublist (dart:core-patch/growable_array.dart) #1 Referable._childLookups.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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
INFO: Statements in an if should be enclosed in a block.
lib/src/common/attributes.dart:53:7
╷
53 │ ┌ return AttributeValue.list(
54 │ └ value.map((e) => _convert(e as Object)).toList());
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/common/attributes.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
meta |
^1.15.0 |
1.18.3 | 1.18.3 |
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.12, Dart 3.12.1.
Check the analysis log for details.