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.

3
likes
90/ 160
pub points
28%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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

17 out of 25 API elements (68.0 %) have documentation comments.

Some symbols that are missing documentation: i2c, i2c.I2CDevice.address, i2c.I2CException.address, i2c.I2CException.errorNumber, i2c.I2CException.message.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
0 / 50trigger folding of the section

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
Support up-to-date dependencies
20 / 40trigger folding of the section

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

Package Constraint Compatible Latest
path >=1.0.0 <2.0.0 1.9.0 1.9.0

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

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

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.22.6, Dart 3.4.3.

Check the analysis log for details.

3
likes
90
pub points
28%
popularity

Publisher

verified publisherdanrubel.net

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