flutter_blue_plus_windows 1.26.1
flutter_blue_plus_windows: ^1.26.1 copied to clipboard
Flutter blue plus for Windows
We analyzed this package 15 hours ago, and awarded it 80 pub points (of a possible 160):
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.
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: MIT.
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.
10/10 points: Package has an example
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_windowsthat depends on:stream_with_valuethat 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.dartthat imports:package:win_ble/win_file.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:flutter_blue_plus_windows/flutter_blue_plus_windows.dartthat imports:package:win_ble/win_file.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:flutter_blue_plus_windows/flutter_blue_plus_windows.dartthat imports:package:flutter_blue_plus/flutter_blue_plus.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:flutter_blue_plus_windows/flutter_blue_plus_windows.dartthat imports:package:win_ble/win_file.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:flutter_blue_plus_windows/flutter_blue_plus_windows.dartthat imports:package:win_ble/win_file.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:flutter_blue_plus_windows/flutter_blue_plus_windows.dartthat imports:package:win_ble/win_file.dartthat declares support for platforms:Windows.
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
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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
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.