holy_beacon_sdk 0.2.0
holy_beacon_sdk: ^0.2.0 copied to clipboard
A lightweight Flutter SDK for scanning and detecting iBeacon devices. Simple, fast, and compatible with any Flutter project. Perfect for developers who need reliable beacon detection.
We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: holy_beacon_sdk.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: holy_beacon_sdk, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
72 out of 102 API elements (70.6 %) have documentation comments.
Some symbols that are missing documentation: holy_beacon_sdk.BeaconDetection.BeaconDetection.new, holy_beacon_sdk.BeaconDetection.distance, holy_beacon_sdk.BeaconDetection.major, holy_beacon_sdk.BeaconDetection.minor, holy_beacon_sdk.BeaconDetection.rssi.
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:holy_beacon_sdk/holy_beacon_sdk.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:holy_beacon_sdk/holy_beacon_sdk.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:holy_beacon_sdk/holy_beacon_sdk.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:holy_beacon_sdk/holy_beacon_sdk.dartthat declares support for platforms:Android,iOS.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/holy_beacon_sdk/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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
WARNING: The declaration '_getDeviceNameFromUuid' isn't referenced.
lib/src/parsers/beacon_parsers.dart:300:17
╷
300 │ static String _getDeviceNameFromUuid(String uuid) {
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/parsers/beacon_parsers.dart
WARNING: The declaration '_bytesToUuid' isn't referenced.
lib/src/services/simple_beacon_scanner.dart:141:10
╷
141 │ String _bytesToUuid(List<int> bytes) {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/simple_beacon_scanner.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_reactive_ble |
^5.4.0 |
5.4.0 | 5.4.0 | |
permission_handler |
^11.4.0 |
11.4.0 | 12.0.1 | |
shared_preferences |
^2.3.3 |
2.5.4 | 2.5.4 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^11.4.0` on permission_handler does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions permission_handler to update the constraint.
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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.