at_lookup 2.0.5 at_lookup: ^2.0.5 copied to clipboard
A Dart library that contains the core commands that can be used with a secondary server (scan, update, lookup, llookup, plookup, etc.). This library is also used for building command line tools.
We analyzed this package 5 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.
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
28 out of 69 API elements (40.6 %) have documentation comments.
Some symbols that are missing documentation: at_lookup.AtLookUp
, at_lookup.AtLookUp.AtLookUp
, at_lookup.AtLookUp.executeVerb
, at_lookup.AtLookUp.llookup
, at_lookup.AtLookUpException.errorCode
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:at_lookup/at_lookup.dart
that imports:package:at_lookup/src/connection/outbound_connection_impl.dart
that imports:package:at_lookup/src/connection/outbound_connection.dart
that imports:package:at_lookup/src/connection/base_connection.dart
that imports:package:at_lookup/src/connection/at_connection.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:at_lookup/at_lookup.dart
that imports:package:at_lookup/src/connection/outbound_connection_impl.dart
that imports:package:at_lookup/src/connection/outbound_connection.dart
that imports:package:at_lookup/src/connection/base_connection.dart
that imports:package:at_lookup/src/connection/at_connection.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 44 issues. Showing the first 2:
WARNING: The operand can't be null, so the condition is always 'true'.
lib/src/at_lookup_impl.dart:139:25
╷
139 │ return deleteResult != null; //replace with call back
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/at_lookup_impl.dart
WARNING: The operand can't be null, so the condition is always 'false'.
lib/src/at_lookup_impl.dart:176:20
╷
176 │ if (verifyData == null || verifyData == false) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/at_lookup_impl.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
at_commons |
^2.0.4 |
2.0.5 | 5.0.1 |
at_utils |
^2.0.4 |
2.0.4 | 3.0.19 |
crypto |
^3.0.1 |
3.0.6 | 3.0.6 |
crypton |
^2.0.1 |
2.2.1 | 2.2.1 |
path |
^1.8.0 |
1.9.1 | 1.9.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
asn1lib |
- | 1.5.8 | 1.5.8 |
collection |
- | 1.19.1 | 1.19.1 |
convert |
- | 3.1.2 | 3.1.2 |
js |
- | 0.7.1 | 0.7.1 |
logging |
- | 1.3.0 | 1.3.0 |
pointycastle |
- | 3.9.1 | 3.9.1 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.4.0 | 1.4.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.4.0 | 1.4.0 |
yaml |
- | 3.1.2 | 3.1.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.0.4` on at_commons does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions at_commons
to update the constraint.
The constraint `^2.0.4` on at_utils does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions at_utils
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.22.15
, Dart 3.5.4
.
Check the analysis log for details.