flutter_blue_max 2.0.0
flutter_blue_max: ^2.0.0 copied to clipboard
Flutter plugin for connecting and communicating with Bluetooth Low Energy devices, with L2CAP channel support (client & server) on iOS, macOS and Android.
We analyzed this package 45 hours ago, and awarded it 130 pub points (of a possible 160):
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.
10/10 points: 20% or more of the public API has dartdoc comments
167 out of 354 API elements (47.2 %) have documentation comments.
Some symbols that are missing documentation: flutter_blue_max, flutter_blue_max.AddOrUpdate, flutter_blue_max.AdvertisementData, flutter_blue_max.AdvertisementData.AdvertisementData.fromProto, flutter_blue_max.AdvertisementData.AdvertisementData.new.
10/10 points: Package has an example
10/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Linux
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:flutter_blue_max/flutter_blue_max.dartthat declares support for platforms:Android,iOS,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:flutter_blue_max/flutter_blue_max.dartthat imports:dart:io
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:flutter_blue_max/flutter_blue_max.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.cn/web/wasm for details.
Swift PM-ready: This iOS or macOS plugin supports the Swift Package Manager. See https://docs.flutter.dev/to/spm for details.
Built-in Kotlin-ready: This Android plugin supports built-in Kotlin. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: Returning a 'Future' without 'await' inside a try block.
lib/src/bluetooth_characteristic.dart:231:7
╷
231 │ return Future.value();
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/bluetooth_characteristic.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_blue_max_android |
6.0.0 |
6.0.0 | 6.0.0 | |
flutter_blue_max_darwin |
6.0.0 |
6.0.0 | 6.0.0 | |
flutter_blue_max_linux |
6.0.0 |
6.0.0 | 6.0.0 | |
flutter_blue_max_platform_interface |
6.0.0 |
6.0.0 | 6.0.0 | |
flutter_blue_max_web |
6.0.0 |
6.0.0 | 6.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
bluez |
- | 0.8.3 | 0.8.3 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
dbus |
- | 0.7.15 | 0.8.0 | |
ffi |
- | 2.2.0 | 2.2.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
vector_math |
- | 2.4.3 | 2.4.3 | |
web |
- | 1.1.1 | 1.1.1 | |
xml |
- | 7.0.1 | 7.0.1 |
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.19, Flutter 3.47.4, Dart 3.13.3.
Check the analysis log for details.