f1_2022_udp 1.0.2 f1_2022_udp: ^1.0.2 copied to clipboard
Package for listening Telemetry data from F1 2022 game.
We analyzed this package 29 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
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: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
268 out of 402 API elements (66.7 %) have documentation comments.
Some symbols that are missing documentation: f1_2022_udp.Buttons
, f1_2022_udp.Buttons.Buttons
, f1_2022_udp.CarDamageData
, f1_2022_udp.CarDamageData.CarDamageData
, f1_2022_udp.CarMotionData
.
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:f1_2022_udp/f1_2022_udp.dart
that imports:package:f1_2022_udp/src/F1_2022_telemery_listener.dart
that imports:package:logger/logger.dart
that imports:package:logger/src/outputs/file_output_stub.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:f1_2022_udp/f1_2022_udp.dart
that imports:package:f1_2022_udp/src/F1_2022_telemery_listener.dart
that imports:package:logger/logger.dart
that imports:package:logger/src/outputs/file_output_stub.dart
that imports:dart:io
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 10 issues. Showing the first 2:
WARNING: Unused import: 'dart:io'.
lib/src/F1_2022_telemery_listener.dart:6:8
╷
6 │ import 'dart:io';
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/F1_2022_telemery_listener.dart
WARNING: Duplicate import.
lib/src/F1_2022_telemery_listener.dart:24:8
╷
24 │ import 'package:udp/udp.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/F1_2022_telemery_listener.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
logger |
^1.1.0 |
1.4.0 | 2.5.0 |
meta |
^1.7.0 |
1.16.0 | 1.16.0 |
path |
^1.8.0 |
1.9.1 | 1.9.1 |
udp |
^5.0.1 |
5.0.3 | 5.0.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.1.0` on logger does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions logger
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.17
, Dart 3.6.0
.
Check the analysis log for details.