at_contact 2.0.3 copy "at_contact: ^2.0.3" to clipboard
at_contact: ^2.0.3 copied to clipboard

A Dart library for managing contact data that developers can use for their applications.

110/ 160
pub points
1.13k
downloads

We analyzed this package 3 days ago, and awarded it 110 pub points (of a possible 160):

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

Failed check 0/10 points: Provide a valid pubspec.yaml

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:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: at_contact,
    • contains a version property, and,
    • does not contain a publish_to property.
Documentation URL doesn't exist.

At the time of the analysis https://atsign.dev/docs/ was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

23 out of 78 API elements (29.5 %) have documentation comments.

Some symbols that are missing documentation: at_contact.AlreadyExistsException, at_contact.AlreadyExistsException.AlreadyExistsException.new, at_contact.AlreadyExistsException.message, at_contact.AtContact, at_contact.AtContact.AtContact.fromJson.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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_contact/at_contact.dart that imports:
  • package:at_contact/src/at_contacts_impl.dart that imports:
  • package:at_utils/at_utils.dart that imports:
  • package:at_utils/at_logger.dart that imports:
  • package:at_utils/src/logging/atsignlogger.dart that imports:
  • package:at_utils/src/logging/handlers.dart that imports:
  • dart:io
Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 16 issues. Showing the first 2:

WARNING: Duplicate import.

lib/src/at_contacts_impl.dart:13:8

   ╷
13 │ import 'config/AppConstants.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/at_contacts_impl.dart

WARNING: The operand can't be 'null', so the condition is always 'true'.

lib/src/at_contacts_impl.dart:542:18

    ╷
542 │       if (result != null) await atClient!.delete(atKey);
    │                  ^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/at_contacts_impl.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
at_client ^2.0.3 2.0.4 3.11.0
at_commons ^2.0.4 2.0.5 5.9.0
at_utils ^2.0.4 2.0.4 3.4.0
intl ^0.17.0 0.17.0 0.20.2
uuid ^3.0.4 3.0.7 4.5.3
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 3.6.1 4.0.9
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
async - 2.13.1 2.13.1
at_base2e15 - 1.0.0 1.0.0
at_lookup - 2.0.5 3.5.0
at_persistence_secondary_server - 2.0.6 4.3.5
at_persistence_spec - 2.0.14 3.1.0
at_utf7 - 1.0.0 1.0.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
cron - 0.3.2 0.6.2
crypto - 3.0.7 3.0.7
crypton - 2.2.1 2.2.1
encrypt - 5.0.3 5.0.3
hive - 2.2.3 2.2.3
http - 0.13.6 1.6.0
http_parser - 4.1.2 4.1.2
internet_connection_checker - 0.0.1+4 3.0.1
js - 0.7.2 0.7.2 Discontinued
logging - 1.3.0 1.3.0
meta - 1.18.2 1.18.2
path - 1.9.1 1.9.1
pedantic - 1.11.1 1.11.1 Discontinued
pointycastle - 3.9.1 4.0.0
source_span - 1.10.2 1.10.2
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.

Found 5 issues. Showing the first 2:

The constraint `^2.0.3` on at_client does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions at_client to update the constraint.

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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.12, Dart 3.11.5.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
10
likes
110
points
1.13k
downloads

Documentation

API reference

Publisher

verified publisheratsign.org

Weekly Downloads

A Dart library for managing contact data that developers can use for their applications.

License

BSD-3-Clause (license)

Dependencies

at_client, at_commons, at_utils, intl, uuid

More

Packages that depend on at_contact