healthrian_ble_interface 2.14.0 copy "healthrian_ble_interface: ^2.14.0" to clipboard
healthrian_ble_interface: ^2.14.0 copied to clipboard

unlisted

Healthrian BLE interface for multiple devices

120/ 160
pub points
885
downloads

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

Failed report section
Follow Dart file conventions
20 / 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.

Repository URL doesn't exist.

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

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: MIT.

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

405 out of 1562 API elements (25.9 %) have documentation comments.

Some symbols that are missing documentation: healthrian_ble_interface.AdaptiveFilterRT, healthrian_ble_interface.AdaptiveFilterRT.AdaptiveFilterRT.new, healthrian_ble_interface.AdaptiveFilterRT.applyFilter, healthrian_ble_interface.AdaptiveFilterRT.dataList, healthrian_ble_interface.AdaptiveFilterRT.dataOrg.

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 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

These platforms are not supported:

Package does not support platform `Linux`.

Because:

  • package:healthrian_ble_interface/healthrian_ble_interface.dart that imports:
  • package:healthrian_ble_interface/src/healthrian_ble_interface.dart that imports:
  • package:healthrian_ble_interface/src/transport/ble_transport.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows, Web.
Package does not support platform `macOS`.

Because:

  • package:healthrian_ble_interface/healthrian_ble_interface.dart that imports:
  • package:healthrian_ble_interface/src/healthrian_ble_interface.dart that imports:
  • package:healthrian_ble_interface/src/transport/ble_transport.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows, Web.
Package not compatible with platform Web

Because:

  • package:healthrian_ble_interface/healthrian_ble_interface.dart that imports:
  • package:flutter_blue_plus/flutter_blue_plus.dart that imports:
  • dart:io
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 3 issues. Showing the first 2:

INFO: 'free' is deprecated and shouldn't be used. Use License.nonprofit instead.

lib/src/module/module_ble.dart:17:28

   ╷
17 │     this.license = License.free,
   │                            ^^^^
   ╵

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

INFO: The import of 'package:healthrian_common_support/healthrian_common_support.dart' is unnecessary because all of the used elements are also provided by the import of 'package:healthrian_ble_interface/healthrian_ble_interface.dart'.

lib/src/module/module_monitor.dart:6:8

  ╷
6 │ import 'package:healthrian_common_support/healthrian_common_support.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/module/module_monitor.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
equatable any 3.0.0 3.0.0
flutter_blue_plus any 2.3.12 2.3.12
flutter_blue_plus_winrt any 0.0.20 0.0.20
flutter_mobx any 2.4.0 2.4.0
healthrian_common_support any 2.7.0 2.7.0
mobx any 2.7.0 2.7.0
permission_handler any 13.0.2 13.0.2
rxdart any 0.28.0 0.28.0
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
complex - 0.7.2 0.8.0
dbus - 0.7.15 0.8.0
ffi - 2.2.0 2.2.0
flutter_blue_plus_android - 9.0.3 9.0.3
flutter_blue_plus_darwin - 9.0.4 9.0.4
flutter_blue_plus_linux - 9.0.3 9.0.3
flutter_blue_plus_platform_interface - 9.0.3 9.0.3
flutter_blue_plus_web - 9.0.3 9.0.3
freezed_annotation - 3.1.0 3.1.0
iirjdart - 0.1.0 0.1.0
json_annotation - 4.12.0 4.12.0
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
nested - 1.0.0 1.0.0
path - 1.9.1 1.9.1
permission_handler_android - 14.1.0 14.1.0
permission_handler_apple - 9.6.1 9.6.1
permission_handler_html - 0.1.4+1 0.1.4+1
permission_handler_platform_interface - 4.4.1 4.4.1
permission_handler_windows - 0.2.2 0.2.2
petitparser - 7.0.2 7.0.2
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.5+1 6.1.5+1
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.1
xml - 7.0.1 7.0.1
yaml - 3.1.4 3.1.4

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

  • UNDEFINED_IDENTIFIER - lib/src/commands/commands_function.dart:31:12 - Undefined name 'Crc16'.
  • UNDEFINED_GETTER - lib/src/manager/manager_interface.dart:13:42 - The getter 'remoteId' isn't defined for the type 'BluetoothDevice'.
  • STATIC_ACCESS_TO_INSTANCE_MEMBER - lib/src/manager/manager_interface.dart:59:21 - Instance member 'connectedDevices' can't be accessed using static access.

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.19, Flutter 3.47.4, Dart 3.13.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: