dimap 0.1.0
dimap: ^0.1.0 copied to clipboard
Decentralized Instant Messaging Protocol (DIMP).
We analyzed this package 35 hours ago, and awarded it 60 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.
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: dimap.
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: dimap, - 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: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting dimap... Discovering libraries... Linking elements... Precaching local docs for 168714 elements... Initialized dartdoc with 143 libraries Generating docs for library crypto.dart from package:dimap/crypto.dart... Generating docs for library ext.dart from package:dimap/ext.dart... Generating docs for library protocol.dart from package:dimap/protocol.dart... Generating docs for library dkd.dart from package:dimap/dkd.dart... Generating docs for library mkm.dart from package:dimap/mkm.dart... [2 more lines] ERR: warning: ambiguous reexport of algorithms.AsymmetricAlgorithms, canonicalization candidates: (dimp, dimp, dimp) -> dimp (confidence 0.000) from algorithms.AsymmetricAlgorithms: (file:///tmp/pana_GPNEVL/lib/src/protocol/algorithms.dart:36:13) dimp: 1.010 - (_Reason.samePackage (+1.000), _Reason.longName (+0.01000)) dimp: 1.010 - (_Reason.samePackage (+1.000), _Reason.longName (+0.01000)) dimp: 1.010 - (_Reason.samePackage (+1.000), _Reason.longName (+0.01000)) Use {@canonicalFor algorithms.AsymmetricAlgorithms} in the desired library's documentation to resolve the ambiguity and/or override dartdoc's decision, or structure your package so the reexport is less ambiguous. The symbol will still be referenced in all candidates -- this only controls the location where it will be written and which library [614 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 51 issues. Showing the first 2:
ERROR: The name 'TransportableFile' is defined in the libraries 'package:mkm/src/file/pnf.dart' and 'package:dimap/src/format/file.dart'.
lib/crypto.dart:25:8
╷
25 │ export 'src/format/file.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/crypto.dart
ERROR: The name 'TransportableFileHelper' is defined in the libraries 'package:mkm/src/file/helpers.dart' and 'package:dimap/src/format/helper.dart'.
lib/ext.dart:12:8
╷
12 │ export 'src/format/helper.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/ext.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dkd |
^2.3.6 |
2.4.2 | 2.4.2 | |
mkm |
^2.3.6 |
2.4.4 | 2.4.4 |
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.23.18, Dart 3.13.1.
Check the analysis log for details.