flutterrific_opentelemetry 0.4.0
flutterrific_opentelemetry: ^0.4.0 copied to clipboard
A Flutter package for OpenTelemetry based on dartastic_opentelemetry
We analyzed this package 6 days ago, and awarded it 70 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
904 out of 1058 API elements (85.4 %) 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
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 62 issues. Showing the first 2:
ERROR: Undefined name 'SessionViewSemantics'.
lib/src/flutterrific_otel.dart:513:13
╷
513 │ SessionViewSemantics.viewName.key: screenName,
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/flutterrific_otel.dart
ERROR: Undefined name 'SessionViewSemantics'.
lib/src/flutterrific_otel.dart:545:7
╷
545 │ SessionViewSemantics.viewName.key: screenName,
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/flutterrific_otel.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dartastic_opentelemetry |
^1.0.1-alpha |
1.1.0-beta.6 | 1.1.0-beta.6 | |
dartastic_opentelemetry_api |
^1.0.0-alpha |
1.0.0-beta.7 | 1.0.0-beta.7 | |
go_router |
^14.8.1 |
14.8.1 | 17.2.3 | |
meta |
^1.16.0 |
1.18.0 | 1.18.2 | |
uuid |
^4.5.1 |
4.5.3 | 4.5.3 | |
web |
^1.1.1 |
1.1.1 | 1.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
google_cloud |
- | 0.5.0 | 0.5.0 | |
google_identity_services_web |
- | 0.3.3+1 | 0.3.3+1 | |
googleapis_auth |
- | 2.3.1 | 2.3.1 | |
grpc |
- | 5.1.0 | 5.1.0 | |
http |
- | 1.6.0 | 1.6.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.13.0 | 0.13.0 | |
path |
- | 1.9.1 | 1.9.1 | |
protobuf |
- | 6.0.0 | 6.0.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0+1 | 3.4.0+1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.3.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.23.12, Flutter 3.44.0, Dart 3.12.0.
Check the analysis log for details.