lb_setup_ui 1.0.8 copy "lb_setup_ui: ^1.0.8" to clipboard
lb_setup_ui: ^1.0.8 copied to clipboard

Logbot Setup UI to easily implement the Logbot First Setup procedure over Bluetooth to setup a Logbot IoT easily from a mobile app

1
likes
80/ 140
pub points
43%
popularity

We analyzed this package 3 days ago, and awarded it 80 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.

partial
Provide documentation
10 / 20trigger folding of the section

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

78 out of 391 API elements (19.9 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

Some symbols that are missing documentation: connection_type_enum, connection_type_enum.ConnectionType, connection_type_enum.ConnectionType.ConnectionType, lb_bluetooth_characteristic_interaction_dialog, lb_bluetooth_characteristic_interaction_dialog.LbBluetoothCharacteristicInteractionDialog.

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

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:lb_setup_ui/lb_setup_ui.dart that imports:
  • package:lb_setup_ui/common/utils/logbot_setup_ui_utils.dart that imports:
  • package:lb_commons/services/logbot_logger.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/advanced_file_output_stub.dart that imports:
  • dart:io
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: The named parameter 'primary' isn't defined.

lib/common/components/lb_setup_select_main_connection.dart:63:19

   ╷
63 │                   primary: isCapabilityEnabled(c) ? Colors.blue : Colors.grey),
   │                   ^^^^^^^
   ╵

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

INFO: 'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre.

lib/common/ui/lb_setup_navigator.dart:44:11

   ╷
44 │           WillPopScope(
   │           ^^^^^^^^^^^^
   ╵

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

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

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

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
flutter_reactive_ble ^5.0.2 5.3.1 5.3.1
functional_data ^1.1.1 1.2.0 1.2.0
lb_auth ^1.0.7 1.0.7 1.0.7
lb_bluetooth ^1.0.9 1.0.9 1.0.9
lb_commons ^1.1.0 1.1.0 1.1.0
lb_core ^1.1.8 1.1.8 1.1.8
lb_discovery ^1.1.3 1.1.3 1.1.3
lb_setup ^1.2.3 1.2.3 1.2.3
provider ^6.1.1 6.1.2 6.1.2
qr_code_scanner ^1.0.1 1.0.1 1.0.1
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
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
connectivity_plus - 2.3.9 6.0.3
connectivity_plus_linux - 1.3.1 1.3.1
connectivity_plus_macos - 1.2.6 1.2.6
connectivity_plus_platform_interface - 1.2.4 2.0.0
connectivity_plus_web - 1.2.5 1.2.5
connectivity_plus_windows - 1.2.2 1.2.2
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
dbus - 0.7.10 0.7.10
ffi - 2.1.2 2.1.2
fixnum - 1.1.0 1.1.0
flutter_web_plugins - 0.0.0 0.0.0
http - 1.2.1 1.2.1
http_parser - 4.0.2 4.0.2
intl - 0.18.1 0.19.0
js - 0.6.7 0.7.1
jwt_decoder - 2.0.1 2.0.1
lb_state_manager - 1.1.1 1.1.1
logger - 2.3.0 2.3.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.12.0 1.15.0
multicast_dns - 0.3.2+6 0.3.2+6
mutex - 3.1.0 3.1.0
nested - 1.0.0 1.0.0
nm - 0.5.0 0.5.0
nsd - 2.3.1 3.0.0
nsd_android - 1.2.2 2.0.0
nsd_ios - 1.0.3 2.0.0
nsd_macos - 1.0.3 2.0.0
nsd_platform_interface - 1.6.0 2.0.0
nsd_windows - 2.0.1 3.0.0
path - 1.9.0 1.9.0
permission_handler - 10.4.5 11.3.1
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
petitparser - 6.0.2 6.0.2
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
uuid - 3.0.7 4.4.0
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1
xml - 6.5.0 6.5.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

Analyzed with Pana 0.22.3, Flutter 3.22.0, Dart 3.4.0.

Check the analysis log for details.

1
likes
80
pub points
43%
popularity

Publisher

verified publisherlogbot.cloud

Logbot Setup UI to easily implement the Logbot First Setup procedure over Bluetooth to setup a Logbot IoT easily from a mobile app

Homepage

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_reactive_ble, functional_data, lb_auth, lb_bluetooth, lb_commons, lb_core, lb_discovery, lb_setup, provider, qr_code_scanner

More

Packages that depend on lb_setup_ui