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 4 hours 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.
Could not find any pubspec.yaml in the repository.
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: at_lookup, - 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
28 out of 73 API elements (38.4 %) have documentation comments.
Some symbols that are missing documentation: at_lookup.AtLookUp, at_lookup.AtLookUp.AtLookUp.new, at_lookup.AtLookUp.executeVerb, at_lookup.AtLookUp.llookup, at_lookup.AtLookUpException.AtLookUpException.new.
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.dartthat imports:package:at_lookup/src/connection/outbound_connection_impl.dartthat imports:package:at_lookup/src/connection/outbound_connection.dartthat imports:package:at_lookup/src/connection/base_connection.dartthat imports:package:at_lookup/src/connection/at_connection.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 63 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 | Notes |
|---|---|---|---|---|
at_commons |
^2.0.4 |
2.0.5 | 5.7.0 | |
at_utils |
^2.0.4 |
2.0.4 | 3.4.0 | |
crypto |
^3.0.1 |
3.0.7 | 3.0.7 | |
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 | Notes |
|---|---|---|---|---|
asn1lib |
- | 1.6.5 | 1.6.5 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
logging |
- | 1.3.0 | 1.3.0 | |
pointycastle |
- | 3.9.1 | 4.0.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 | |
yaml |
- | 3.1.3 | 3.1.3 |
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.23.5, Dart 3.10.7.
Check the analysis log for details.