bluetooth_low_energy 2.2.1 copy "bluetooth_low_energy: ^2.2.1" to clipboard
bluetooth_low_energy: ^2.2.1 copied to clipboard

A Flutter plugin for controlling the bluetooth low energy.

49
likes
120/ 140
pub points
90%
popularity

We analyzed this package 2 days ago, and awarded it 120 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: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

74 out of 76 API elements (97.4 %) have documentation comments.

Some symbols that are missing documentation: bluetooth_low_energy, bluetooth_low_energy.UUID.UUID.short.

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 does not support platform `Web`.

Because:

  • package:bluetooth_low_energy/bluetooth_low_energy.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
OK
Pass static analysis
50 / 50trigger folding of the section

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

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
bluetooth_low_energy_android ^2.2.1 2.2.1 5.0.5
bluetooth_low_energy_darwin ^2.2.0 2.2.0 5.0.5
bluetooth_low_energy_linux ^2.2.0 2.2.0 5.0.2
bluetooth_low_energy_platform_interface ^2.2.0 2.2.0 5.0.2
bluetooth_low_energy_windows ^2.2.0 2.2.0 5.0.3
flutter flutter 0.0.0 0.0.0
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
bluez - 0.8.2 0.8.2
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
dbus - 0.7.10 0.7.10
ffi - 2.1.2 2.1.2
material_color_utilities - 0.8.0 0.11.1
meta - 1.12.0 1.15.0
petitparser - 6.0.2 6.0.2
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4
win32 - 5.5.1 5.5.1
xml - 6.5.0 6.5.0

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

Found 5 issues. Showing the first 2:

The constraint `^2.2.1` on bluetooth_low_energy_android does not support the stable version `3.0.0`.

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

The constraint `^2.2.0` on bluetooth_low_energy_darwin does not support the stable version `3.0.0`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.22.0, Dart 3.4.0.

Check the analysis log for details.