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

This is a tool for parsing tpms data

105/ 160
pub points
37
downloads

We analyzed this package 5 days ago, and awarded it 105 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

No `CHANGELOG.md` found.

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.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

22 out of 102 API elements (21.6 %) have documentation comments.

Some symbols that are missing documentation: AlarmType, AlarmType.AlarmType, AlarmType.AlarmType.FAST_LEAK, AlarmType.AlarmType.HIGH_PRESSURE, AlarmType.AlarmType.HIGH_TEMPERATURE.

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/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.

Swift Package Manager support:

Package does not support the Swift Package Manager on iOS

The package does not contain ios/tpms_processor/Package.swift.

Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. 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 file name 'AlarmType.dart' isn't a lower_case_with_underscores identifier.

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

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

lib/config.dart:27:7

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

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

Failed report section
Support up-to-date dependencies
30 / 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.3.9
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.1 1.4.1
collection - 1.19.1 1.19.1
dbus - 0.7.14 0.7.14
ffi - 2.2.0 2.2.0
flutter_blue_plus_android - 7.0.4 9.0.3
flutter_blue_plus_darwin - 7.0.3 9.0.3
flutter_blue_plus_linux - 7.0.3 9.0.3
flutter_blue_plus_platform_interface - 7.0.0 9.0.3
flutter_blue_plus_web - 7.0.2 9.0.3
material_color_utilities - 0.13.0 0.13.0
meta - 1.18.0 1.18.3
petitparser - 7.0.2 7.0.2
rxdart - 0.28.0 0.28.0
vector_math - 2.2.0 2.4.0
web - 1.1.1 1.1.1
xml - 6.6.1 7.0.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

Passed check 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.2, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
105
points
37
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This is a tool for parsing tpms data

Homepage
Repository (GitHub)

License

unknown (license)

Dependencies

flutter, flutter_blue_plus, plugin_platform_interface

More

Packages that depend on tpms_processor

Packages that implement tpms_processor