flutter_blue_background 0.0.2 flutter_blue_background: ^0.0.2 copied to clipboard
Flutter Blue Background enables BLE functionality in the background for Android and iOS.
We analyzed this package 3 days ago, and awarded it 110 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: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
0 out of 17 API elements (0.0 %) 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.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: ble_background_service
, ble_background_service.initializeService
, ble_background_service.onIosBackground
, ble_background_service.onStart
, flutter_blue_background
.
10/10 points: Package has an example
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:flutter_blue_background/flutter_blue_background.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:flutter_blue_background/flutter_blue_background.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:flutter_blue_background/flutter_blue_background.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:flutter_blue_background/flutter_blue_background.dart
that declares support for platforms:Android
,iOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:flutter_blue_background/flutter_blue_background.dart
that imports:package:flutter_blue_background/ble_background_service/ble_background_service.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
Package does not support platform `iOS`.
Because:
package:flutter_blue_background/flutter_blue_background.dart
that imports:package:flutter_blue_background/ble_background_service/ble_background_service.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_blue_background/flutter_blue_background.dart
that imports:package:flutter_blue_background/ble_background_service/ble_background_service.dart
that imports:package:flutter_blue_plus/flutter_blue_plus.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/flutter_blue_background/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: The import of 'package:flutter_background_service_android/flutter_background_service_android.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter_background_service/flutter_background_service.dart'.
lib/ble_background_service/ble_background_service.dart:6:8
╷
6 │ import 'package:flutter_background_service_android/flutter_background_service_android.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/ble_background_service/ble_background_service.dart
/tmp/pana_PTHADJ/lib/ble_background_service/ble_background_service.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/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_background_service |
^5.0.5 |
5.1.0 | 5.1.0 |
flutter_background_service_android |
^6.2.2 |
6.3.0 | 6.3.0 |
flutter_background_service_ios |
^5.0.0 |
5.0.3 | 5.0.3 |
flutter_blue_plus |
^1.7.5 |
1.34.5 | 1.34.5 |
flutter_local_notifications |
^16.3.0 |
16.3.3 | 18.0.1 |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
shared_preferences |
^2.2.2 |
2.3.4 | 2.3.4 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^16.3.0` on flutter_local_notifications does not support the stable version `17.0.0`.
Try running dart pub upgrade --major-versions flutter_local_notifications
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 14 errors:
UNDEFINED_GETTER
-lib/ble_background_service/ble_background_service.dart:188:35
- The getter 'onValueReceived' isn't defined for the type 'BluetoothCharacteristic'.STATIC_ACCESS_TO_INSTANCE_MEMBER
-lib/ble_background_service/ble_background_service.dart:214:40
- Instance member 'isScanningNow' can't be accessed using static access.STATIC_ACCESS_TO_INSTANCE_MEMBER
-lib/ble_background_service/ble_background_service.dart:216:29
- Instance member 'stopScan' can't be accessed using static access.
Run flutter pub downgrade
and then flutter 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.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.