flutterrific_opentelemetry 0.3.2
flutterrific_opentelemetry: ^0.3.2 copied to clipboard
A Flutter package for OpenTelemetry based on dartastic_opentelemetry
We analyzed this package 3 days ago, and awarded it 120 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
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
728 out of 854 API elements (85.2 %) have documentation comments.
Some symbols that are missing documentation: flutterrific_opentelemetry
, flutterrific_opentelemetry.BaseMetric.BaseMetric.new
, flutterrific_opentelemetry.BaseMetric.attributes
, flutterrific_opentelemetry.BaseMetric.timestamp
, flutterrific_opentelemetry.BatterySemantics
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:flutterrific_opentelemetry/flutterrific_opentelemetry.dart
that imports:package:dartastic_opentelemetry/dartastic_opentelemetry.dart
that imports:package:dartastic_opentelemetry/src/util/otel_env.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutterrific_opentelemetry/flutterrific_opentelemetry.dart
that imports:package:dartastic_opentelemetry_api/dartastic_opentelemetry_api.dart
that imports:package:dartastic_opentelemetry_api/src/factory/otel_factory.dart
that imports:package:dartastic_opentelemetry_api/src/api/context/context.dart
that imports:package:dartastic_opentelemetry_api/src/api/context/isolate_support.dart
that imports:dart:isolate
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 35 issues. Showing the first 2:
WARNING: The value of the local variable 'console' isn't used.
lib/src/metrics/metrics_service.dart:44:11
╷
44 │ final console = ConsoleMetricsListener();
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/metrics/metrics_service.dart
WARNING: The value of the field '_apdexScoreGauge' isn't used.
lib/src/metrics/otel_metrics_bridge.dart:34:28
╷
34 │ ObservableGauge<double>? _apdexScoreGauge;
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/metrics/otel_metrics_bridge.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
dartastic_opentelemetry |
^0.8.6 |
0.8.6 | 0.8.6 | |
dartastic_opentelemetry_api |
^0.8.3 |
0.8.3 | 0.8.3 | |
go_router |
^14.8.1 |
14.8.1 | 15.2.4 | |
meta |
^1.16.0 |
1.16.0 | 1.17.0 | |
uuid |
^4.5.1 |
4.5.1 | 4.5.1 | |
web |
^1.1.1 |
1.1.1 | 1.1.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
archive |
- | 3.6.1 | 4.0.7 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
google_identity_services_web |
- | 0.3.3+1 | 0.3.3+1 | |
googleapis_auth |
- | 1.6.0 | 2.0.0 | |
grpc |
- | 3.2.4 | 4.1.0 | |
http |
- | 1.4.0 | 1.4.0 | |
http2 |
- | 2.3.1 | 2.3.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
path |
- | 1.9.1 | 1.9.1 | |
protobuf |
- | 3.1.0 | 4.1.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.1.4 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^14.8.1` on go_router does not support the stable version `15.0.0`.
Try running dart pub upgrade --major-versions go_router
to update the constraint.
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.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.