f1_2021_udp 1.0.0 copy "f1_2021_udp: ^1.0.0" to clipboard
f1_2021_udp: ^1.0.0 copied to clipboard

Package for listening Telemetry data from F1 2021 game.

0
likes
110/ 140
pub points
0%
popularity

We analyzed this package 2 days ago, and awarded it 110 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

266 out of 395 API elements (67.3 %) have documentation comments.

Some symbols that are missing documentation: f1_2021_udp.Buttons, f1_2021_udp.Buttons.Buttons, f1_2021_udp.CarDamageData, f1_2021_udp.CarDamageData.CarDamageData, f1_2021_udp.CarMotionData.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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_2021_udp/f1_2021_udp.dart that imports:
  • package:f1_2021_udp/src/F1_2021_telemery_listener.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/file_output_stub.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

lib/src/types/car_telemetry/car_telemetry.dart doesn't match the Dart formatter.

To format your files run: dart format .

lib/src/types/event/event.dart doesn't match the Dart formatter.

To format your files run: dart format .

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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.2.0
meta ^1.7.0 1.14.0 1.14.0
path ^1.8.0 1.9.0 1.9.0
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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Package for listening Telemetry data from F1 2021 game.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

logger, meta, path, udp

More

Packages that depend on f1_2021_udp