rpi_i2c 0.3.1 copy "rpi_i2c: ^0.3.1" to clipboard
rpi_i2c: ^0.3.1 copied to clipboard

outdated

rpi_i2c is a Dart library for using I2C on the Raspberry Pi.

90/ 160
pub points
6
downloads

We analyzed this package 3 days ago, and awarded it 90 pub points (of a possible 160):

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

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

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

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

17 out of 29 API elements (58.6 %) have documentation comments.

Some symbols that are missing documentation: i2c, i2c.I2C.I2C.new, i2c.I2CDevice.I2CDevice.new, i2c.I2CDevice.address, i2c.I2CException.I2CException.new.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 10 issues. Showing the first 2:

ERROR: Dart native extensions are deprecated and aren't available in Dart 2.15.

lib/rpi_i2c.dart:3:8

  ╷
3 │ import 'dart-ext:rpi_i2c_ext';
  │        ^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

ERROR: Native functions can only be declared in the SDK and code that is loaded through native extensions.

lib/rpi_i2c.dart:34:33

   ╷
34 │   int _setupDevice(int address) native 'setupDevice';
   │                                 ^^^^^^^^^^^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
path >=1.0.0 <2.0.0 1.9.1 1.9.1

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

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 8 errors:

  • USE_OF_NATIVE_EXTENSION - lib/rpi_i2c.dart:3:8 - Dart native extensions are deprecated and aren't available in Dart 2.15.
  • NATIVE_FUNCTION_BODY_IN_NON_SDK_CODE - lib/rpi_i2c.dart:34:33 - Native functions can only be declared in the SDK and code that is loaded through native extensions.
  • NATIVE_FUNCTION_BODY_IN_NON_SDK_CODE - lib/rpi_i2c.dart:35:30 - Native functions can only be declared in the SDK and code that is loaded through native extensions.

Run dart pub downgrade and then dart 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, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
5
likes
90
points
6
downloads

Publisher

verified publisherdanrubel.net

Weekly Downloads

rpi_i2c is a Dart library for using I2C on the Raspberry Pi.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

path

More

Packages that depend on rpi_i2c