at_lookup 2.0.5 copy "at_lookup: ^2.0.5" to clipboard
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.

8
likes
100/ 140
pub points
81%
popularity

We analyzed this package 2 days ago, and awarded it 100 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

OK
Platform support
20 / 20trigger folding of the section

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
failed
Pass static analysis
30 / 50trigger folding of the section

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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 4.0.9
at_utils ^2.0.4 2.0.4 3.0.16
crypto ^3.0.1 3.0.3 3.0.3
crypton ^2.0.1 2.2.1 2.2.1
path ^1.8.0 1.9.0 1.9.0
Transitive dependencies
Package Constraint Compatible Latest
asn1lib - 1.5.3 1.5.3
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
js - 0.7.1 0.7.1
logging - 1.2.0 1.2.0
pointycastle - 3.9.1 3.9.1
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
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

Analyzed with Pana 0.22.3, Dart 3.4.0.

Check the analysis log for details.

8
likes
100
pub points
81%
popularity

Publisher

verified publisheratsign.org

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.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

at_commons, at_utils, crypto, crypton, path

More

Packages that depend on at_lookup