dim_plugins 2.2.0
dim_plugins: ^2.2.0 copied to clipboard
Decentralized Instant Messaging Plugins
We analyzed this package 7 days ago, and awarded it 110 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.
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 dim_plugins... Discovering libraries... Linking elements... Precaching local docs for 778041 elements... Initialized dartdoc with 822 libraries Generating docs for library dimp.dart from package:dim_plugins/dimp.dart... Generating docs for library mkm.dart from package:dim_plugins/mkm.dart... Generating docs for library ext.dart from package:dim_plugins/ext.dart... Generating docs for library loader.dart from package:dim_plugins/loader.dart... Generating docs for library dim_plugins.dart from package:dim_plugins/dim_plugins.dart... [3 more lines] ERR: warning: ambiguous reexport of btc.BTCAddress, canonicalization candidates: (dim_plugins, dim_plugins) -> dim_plugins (confidence 0.000) from btc.BTCAddress: (file:///tmp/pana_CPKTAE/lib/src/mkm/btc.dart:50:7) dim_plugins: 1.177 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.1667)) dim_plugins: 1.177 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.1667)) Use {@canonicalFor btc.BTCAddress} 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 will be displayed in navigation for the relevant pages. The flag [367 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:dim_plugins/dim_plugins.dart
that imports:package:dim_plugins/loader.dart
that imports:package:dim_plugins/src/plugin_loader.dart
that imports:package:dim_plugins/src/crypto/ecc.dart
that imports:package:dim_plugins/src/crypto/ecc_utils.dart
that imports:package:basic_utils/basic_utils.dart
that imports:package:basic_utils/src/Asn1Utils.dart
that imports:package:basic_utils/src/CryptoUtils.dart
that imports:package:basic_utils/src/StringUtils.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:dim_plugins/dim_plugins.dart
that imports:package:dim_plugins/loader.dart
that imports:package:dim_plugins/src/plugin_loader.dart
that imports:package:dim_plugins/src/crypto/ecc.dart
that imports:package:dim_plugins/src/crypto/ecc_utils.dart
that imports:package:basic_utils/basic_utils.dart
that imports:package:basic_utils/src/Asn1Utils.dart
that imports:package:basic_utils/src/CryptoUtils.dart
that imports:package:basic_utils/src/StringUtils.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 25 issues. Showing the first 2:
/tmp/pana_CPKTAE/lib/src/crypto/aes.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_CPKTAE/lib/src/crypto/digest.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
basic_utils |
^5.5.3 |
5.7.0 | 5.8.2 | |
dimp |
^2.2.1 |
2.2.1 | 2.2.1 | |
encrypt |
^5.0.1 |
5.0.3 | 5.0.3 | |
fast_base58 |
^0.2.1 |
0.2.1 | 0.2.1 | |
pointycastle |
^3.7.2 |
3.9.1 | 4.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
async |
- | 2.13.0 | 2.13.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
dkd |
- | 2.2.1 | 2.2.1 | |
http |
- | 1.5.0 | 1.5.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
json_annotation |
- | 4.9.0 | 4.9.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mkm |
- | 2.2.1 | 2.2.1 | |
path |
- | 1.9.1 | 1.9.1 | |
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 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^3.7.2` on pointycastle does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions pointycastle
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.23
, Dart 3.9.3
.
Check the analysis log for details.