flutter_blue_plus_windows 1.26.1 copy "flutter_blue_plus_windows: ^1.26.1" to clipboard
flutter_blue_plus_windows: ^1.26.1 copied to clipboard

Flutter blue plus for Windows

80/ 160
pub points
1.5k
downloads

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

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

182 out of 706 API elements (25.8 %) have documentation comments.

Some symbols that are missing documentation: flutter_blue_plus_windows, flutter_blue_plus_windows.AdStructure, flutter_blue_plus_windows.AdStructure.AdStructure.new, flutter_blue_plus_windows.AdStructure.data, flutter_blue_plus_windows.AdStructure.type.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

SDK issues found:

Package is not compatible with the Dart SDK.

Because:

  • flutter_blue_plus_windows that depends on:
  • stream_with_value that is a package requiring flutter.

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:flutter_blue_plus_windows/flutter_blue_plus_windows.dart that imports:
  • package:win_ble/win_file.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:flutter_blue_plus_windows/flutter_blue_plus_windows.dart that imports:
  • package:win_ble/win_file.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:flutter_blue_plus_windows/flutter_blue_plus_windows.dart that imports:
  • package:flutter_blue_plus/flutter_blue_plus.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:flutter_blue_plus_windows/flutter_blue_plus_windows.dart that imports:
  • package:win_ble/win_file.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:flutter_blue_plus_windows/flutter_blue_plus_windows.dart that imports:
  • package:win_ble/win_file.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:flutter_blue_plus_windows/flutter_blue_plus_windows.dart that imports:
  • package:win_ble/win_file.dart that declares support for platforms: Windows.
Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 10 issues. Showing the first 2:

WARNING: The declaration '_hexEncode' isn't referenced.

lib/src/windows/util.dart:3:8

  ╷
3 │ String _hexEncode(List<int> numbers) {
  │        ^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/windows/util.dart

WARNING: The declaration '_hexDecode' isn't referenced.

lib/src/windows/util.dart:9:11

  ╷
9 │ List<int> _hexDecode(String hex) {
  │           ^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/windows/util.dart

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
flutter_blue_plus >=1.32.4 <1.35.0 1.34.5 2.1.0
stream_with_value >=0.5.0 0.5.0 0.5.0
win_ble >=1.1.1 1.1.1 1.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
code_assets - 1.0.0 1.0.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
ffi - 2.1.5 2.1.5
file - 7.0.1 7.0.1
glob - 2.1.3 2.1.3
hooks - 1.0.0 1.0.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.1
native_toolchain_c - 0.17.4 0.17.4
objective_c - 9.2.5 9.2.5
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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

The constraint `>=1.32.4 <1.35.0` on flutter_blue_plus does not support the stable version `1.35.0`.

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

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

  • MISSING_REQUIRED_ARGUMENT - lib/src/extension/bluetooth_characteristic_extension.dart:5:12 - The named parameter 'secondaryServiceUuid' is required, but there's no corresponding argument.
  • UNDEFINED_NAMED_PARAMETER - lib/src/extension/bluetooth_characteristic_extension.dart:11:7 - The named parameter 'primaryServiceUuid' isn't defined.
  • UNDEFINED_NAMED_PARAMETER - lib/src/extension/bluetooth_descriptor_extension.dart:10:7 - The named parameter 'primaryServiceUuid' isn't defined.

Run dart pub downgrade and then dart 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.8, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
20
likes
80
points
1.5k
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter blue plus for Windows

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter_blue_plus, stream_with_value, win_ble

More

Packages that depend on flutter_blue_plus_windows