lb_bluetooth 1.0.9 copy "lb_bluetooth: ^1.0.9" to clipboard
lb_bluetooth: ^1.0.9 copied to clipboard

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

0
likes
110/ 140
pub points
2%
popularity

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

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.

failed
Provide documentation
10 / 20trigger 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 1094844 elements... Initialized dartdoc with 1138 libraries Generating docs for library api.dart from package:lb_bluetooth/api.dart... Generating docs for library lb_bluetooth.dart from package:lb_bluetooth/lb_bluetooth.dart... Documented 2 public libraries in 91.1 seconds ERR: warning: logbot.sdk.bluetooth has no library level documentation comments from logbot.sdk.bluetooth: (file:///tmp/pana_SQMTBO/lib/api.dart:15:9) warning: logbot.sdk.bluetooth has no library level documentation comments from logbot.sdk.bluetooth: (file:///tmp/pana_SQMTBO/lib/lb_bluetooth.dart:15:9) error: file already written at "logbot.sdk.bluetooth/logbot.sdk.bluetooth-library.html" for symbol logbot.sdk.bluetooth: (file:///tmp/pana_SQMTBO/lib/lb_bluetooth.dart:15:9) conflicting with file already generated by logbot.sdk.bluetooth: (file:///tmp/pana_SQMTBO/lib/api.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

OK
Platform support
20 / 20trigger 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.
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 6 issues. Showing the first 2:

INFO: The part-of directive uses a library name.

lib/api_client.dart:15:1

   ╷
15 │ part of logbot.sdk.bluetooth;
   │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

INFO: The part-of directive uses a library name.

lib/model/ble_scanner_state.dart:15:1

   ╷
15 │ part of logbot.sdk.bluetooth;
   │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

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
flutter_reactive_ble ^5.0.2 5.3.1 5.3.1
http ^1.1.0 1.2.1 1.2.1
intl ^0.18.1 0.18.1 0.19.0
lb_commons ^1.1.0 1.1.0 1.1.0
meta ^1.1.8 1.11.0 1.14.0
permission_handler ^10.2.0 10.4.5 11.3.1
provider ^6.0.5 6.1.2 6.1.2
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.2.0 1.2.0
http_parser - 4.0.2 4.0.2
logger - 2.2.0 2.2.0
material_color_utilities - 0.8.0 0.11.1
nested - 1.0.0 1.0.0
path - 1.9.0 1.9.0
permission_handler_android - 10.3.6 12.0.6
permission_handler_apple - 9.1.4 9.4.4
permission_handler_platform_interface - 3.12.0 4.2.1
permission_handler_windows - 0.1.3 0.2.1
plugin_platform_interface - 2.1.8 2.1.8
protobuf - 2.1.0 3.1.0
reactive_ble_mobile - 5.3.1 5.3.1
reactive_ble_platform_interface - 5.3.1 5.3.1
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.5.1 0.5.1

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

The constraint `^0.18.1` on intl does not support the stable version `0.19.0`.

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

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.22.3, Dart 3.3.4.

Check the analysis log for details.

0
likes
110
pub points
2%
popularity

Publisher

verified publisherlogbot.cloud

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

Homepage

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

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

More

Packages that depend on lb_bluetooth