tpms_processor 0.0.8 copy "tpms_processor: ^0.0.8" to clipboard
tpms_processor: ^0.0.8 copied to clipboard

This is a tool for parsing tpms data

85/ 160
pub points
18
downloads

We analyzed this package 4 hours ago, and awarded it 85 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
5 / 30trigger folding of the section

Failed check 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 50 to 180 characters to describe the package, what it does, and its target use case.

Homepage URL doesn't exist.

At the time of the analysis https://github.com/spike1212xie/tpms_processor was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/spike1212xie/tpms_processor.git was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.0.8").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Failed check 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.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

12 out of 109 API elements (11.0 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: tpms_processor, tpms_processor.Config, tpms_processor.Config.Config.new, tpms_processor.Config.airLeakBinary, tpms_processor.Config.airLeakDataCount.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:tpms_processor/tpms_processor.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:tpms_processor/tpms_processor.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:tpms_processor/tpms_processor.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:tpms_processor/tpms_processor.dart that declares support for platforms: Android, iOS.

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/tpms_processor/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

Found 6 issues. Showing the first 2:

INFO: The variable name 'p_offset' isn't a lowerCamelCase identifier.

lib/src/config.dart:27:7

   ╷
27 │   int p_offset;
   │       ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/config.dart

INFO: The variable name 'v_offset' isn't a lowerCamelCase identifier.

lib/src/config.dart:28:7

   ╷
28 │   int v_offset;
   │       ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/config.dart

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
flutter_blue_plus ^1.35.5 1.36.8 2.1.0
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
bluez - 0.8.3 0.8.3
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
dbus - 0.7.11 0.7.11
ffi - 2.1.5 2.1.5
flutter_blue_plus_android - 7.0.4 8.1.0
flutter_blue_plus_darwin - 7.0.3 8.1.0
flutter_blue_plus_linux - 7.0.3 8.1.0
flutter_blue_plus_platform_interface - 7.0.0 8.1.0
flutter_blue_plus_web - 7.0.2 8.1.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.0
petitparser - 7.0.1 7.0.1
rxdart - 0.28.0 0.28.0
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
xml - 6.6.1 6.6.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^1.35.5` on flutter_blue_plus does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions flutter_blue_plus to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • UNDEFINED_METHOD - lib/tpms_processor_platform_interface.dart:14:23 - The method 'verify' isn't defined for the type 'PlatformInterface'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.5, Flutter 3.38.6, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
85
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

This is a tool for parsing tpms data

Homepage
Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_blue_plus, plugin_platform_interface

More

Packages that depend on tpms_processor

Packages that implement tpms_processor