artemis_pairing 1.2.2
artemis_pairing: ^1.2.2 copied to clipboard
Pairing widgets for Artemis
We analyzed this package 19 hours ago, and awarded it 130 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.
Homepage URL doesn't exist.
At the time of the analysis https://apollocode.ca/artemis
was unreachable. Make sure that the website is reachable via HEAD
requests.
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
7 out of 9 API elements (77.8 %) have documentation comments.
Some symbols that are missing documentation: artemis_pairing
, artemis_pairing.ArtemisConfigSequence.ArtemisConfigSequence.new
.
10/10 points: Package has an example
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:artemis_pairing/artemis_pairing.dart
that imports:package:artemis_pairing/src/artemis_pairing_sequence.dart
that imports:package:artemis_pairing/src/widgets/wifi_config.dart
that imports:package:artemis_pairing/src/services/base_config_service.dart
that imports:package:flutter_blue_plus/flutter_blue_plus.dart
that declares support for platforms:Android
,iOS
,Linux
,macOS
,Web
.
Package not compatible with platform Web
Because:
package:artemis_pairing/artemis_pairing.dart
that imports:package:artemis_pairing/src/artemis_pairing_sequence.dart
that imports:package:artemis_pairing/src/widgets/wifi_config.dart
that imports:package:artemis_pairing/src/services/base_config_service.dart
that imports:package:flutter_blue_plus/flutter_blue_plus.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:artemis_pairing/artemis_pairing.dart
that imports:package:artemis_pairing/src/artemis_pairing_sequence.dart
that imports:package:artemis_pairing/src/widgets/wifi_config.dart
that imports:package:artemis_pairing/src/services/base_config_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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 30 issues. Showing the first 2:
WARNING: Dead code.
lib/src/services/artemis_bluetooth_service_v1.dart:223:5
╷
223 │ return false;
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/artemis_bluetooth_service_v1.dart
INFO: The referenced identifier is a wildcard.
lib/src/services/artemis_bluetooth_service_v1.dart:97:49
╷
97 │ debugPrint("Error reading characteristic $_");
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/artemis_bluetooth_service_v1.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
^2.11.0 |
2.13.0 | 2.13.0 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
flutter_blue_plus |
^1.35.2 |
1.35.5 | 1.35.5 | |
http |
^1.2.2 |
1.4.0 | 1.4.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.0 | 1.4.1 | |
dbus |
- | 0.7.11 | 0.7.11 | |
ffi |
- | 2.1.4 | 2.1.4 | |
flutter_blue_plus_android |
- | 4.0.5 | 4.0.5 | |
flutter_blue_plus_darwin |
- | 4.0.1 | 4.0.1 | |
flutter_blue_plus_linux |
- | 3.0.2 | 3.0.2 | |
flutter_blue_plus_platform_interface |
- | 4.0.2 | 4.0.2 | |
flutter_blue_plus_web |
- | 3.0.1 | 3.0.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 6.1.0 | 7.0.0 | |
rxdart |
- | 0.28.0 | 0.28.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.1.4 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xml |
- | 6.5.0 | 6.6.0 |
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.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.