lb_bluetooth 1.0.8 icon indicating copy to clipboard operation
lb_bluetooth: ^1.0.8 copied to clipboard

Logbot bluetooth HPS client to connect and setup an IoT via a local bluetooth connection

0
likes
110/ 140
pub points
0%
popularity

We analyzed this package 9 hours ago, and awarded it 110 pub points (of a possible 140):

icon indicating section status
Follow Dart file conventions
30 / 30icon to trigger 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.

icon indicating section status
Provide documentation
10 / 20icon to trigger folding of the section

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

OUT: Documenting lb_bluetooth... Discovering libraries... Linking elements... Precaching local docs for 747482 elements... Initialized dartdoc with 1310 libraries Generating docs for library lb_bluetooth.dart from package:lb_bluetooth/lb_bluetooth.dart... Generating docs for library api.dart from package:lb_bluetooth/api.dart... Documented 2 public libraries in 440.3 seconds ERR: warning: logbot.sdk.bluetooth has no library level documentation comments from logbot.sdk.bluetooth: (file:///tmp/pana_XLSBBO/lib/lb_bluetooth.dart:15:9) warning: logbot.sdk.bluetooth has no library level documentation comments from logbot.sdk.bluetooth: (file:///tmp/pana_XLSBBO/lib/api.dart:15:9) error: failed to write file at: logbot.sdk.bluetooth/logbot.sdk.bluetooth-library.html for symbol logbot.sdk.bluetooth: (file:///tmp/pana_XLSBBO/lib/api.dart:15:9) conflicting with file already generated by logbot.sdk.bluetooth: (file:///tmp/pana_XLSBBO/lib/lb_bluetooth.dart:15:9) Dartdoc generates a path and filename to write to for each symbol. 'logbot.sdk.bluetooth' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library [13 more lines]

10/10 points: Package has an example

icon indicating section status
Platform support
20 / 20icon to trigger folding of the section

20/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:lb_bluetooth/lb_bluetooth.dart that imports:
  • package:lb_bluetooth/api.dart that imports:
  • package:lb_bluetooth/src/services/logbot_ble_device_interactor.dart that imports:
  • package:flutter_reactive_ble/flutter_reactive_ble.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:lb_bluetooth/lb_bluetooth.dart that imports:
  • package:lb_bluetooth/api.dart that imports:
  • package:lb_bluetooth/src/services/logbot_ble_device_interactor.dart that imports:
  • package:flutter_reactive_ble/flutter_reactive_ble.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:lb_bluetooth/lb_bluetooth.dart that imports:
  • package:lb_bluetooth/api.dart that imports:
  • package:lb_bluetooth/src/services/logbot_ble_device_interactor.dart that imports:
  • package:flutter_reactive_ble/flutter_reactive_ble.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:lb_bluetooth/lb_bluetooth.dart that imports:
  • package:lb_bluetooth/api.dart that imports:
  • package:lb_bluetooth/src/services/logbot_ble_device_interactor.dart that imports:
  • package:flutter_reactive_ble/flutter_reactive_ble.dart that declares support for platforms: Android, iOS.
icon indicating section status
Pass static analysis
40 / 50icon to trigger folding of the section

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

INFO: 'discoverServices' is deprecated and shouldn't be used. Use `discoverAllServices` and `getDiscoverServices`.

lib/src/services/logbot_ble_manager.dart:54:33

   ╷
54 │       bleDiscoverServices: _ble.discoverServices,
   │                                 ^^^^^^^^^^^^^^^^
   ╵

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

icon indicating section status
Support up-to-date dependencies
10 / 20icon to trigger folding of the section

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

Package Constraint Compatible Latest
flutter_reactive_ble ^5.0.2 5.2.0 5.2.0
http ^1.1.0 1.1.2 1.1.2
intl ^0.18.1 0.18.1 0.18.1
lb_commons ^1.1.0 1.1.0 1.1.0
meta ^1.1.8 1.10.0 1.11.0
permission_handler ^10.2.0 10.4.5 11.1.0
provider ^6.0.5 6.1.1 6.1.1
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
fixnum - 1.1.0 1.1.0
flutter - 0.0.0 0.0.0
functional_data - 1.1.1 1.1.1
http_parser - 4.0.2 4.0.2
logger - 2.0.2+1 2.0.2+1
material_color_utilities - 0.5.0 0.8.0
nested - 1.0.0 1.0.0
path - 1.8.3 1.8.3
permission_handler_android - 10.3.6 12.0.1
permission_handler_apple - 9.1.4 9.2.0
permission_handler_platform_interface - 3.12.0 4.0.2
permission_handler_windows - 0.1.3 0.2.0
plugin_platform_interface - 2.1.7 2.1.7
protobuf - 2.1.0 3.1.0
reactive_ble_mobile - 5.2.0 5.2.0
reactive_ble_platform_interface - 5.2.0 5.2.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
web - 0.3.0 0.4.0

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

The constraint `^10.2.0` on permission_handler does not support the stable version `11.0.0`.

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

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

Analyzed with Pana 0.21.43, Dart 3.2.1.

Check the analysis log for details.

0
likes
110
pub points
0%
popularity

Publisher

verified publisher iconlogbot.cloud

Logbot bluetooth HPS client to connect and setup an IoT via a local bluetooth connection

Homepage

Documentation

Documentation
API reference

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

flutter_reactive_ble, http, intl, lb_commons, meta, permission_handler, provider

More

Packages that depend on lb_bluetooth