ic_tools 0.9.28 copy "ic_tools: ^0.9.28" to clipboard
ic_tools: ^0.9.28 copied to clipboard

ic_tools in the dart-language.

2
likes
90/ 160
pub points
41%
popularity

We analyzed this package 44 hours ago, and awarded it 90 pub points (of a possible 160):

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

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 60 to 180 characters to describe the package, what it does, and its target use case.

Failed to verify repository URL.

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: ic_tools,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository URL mismatch: expected https://github.com/levifeldman/ic_tools_dart but got https://github.com/levifeldman/ic_tools.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

failed
Provide documentation
0 / 20trigger folding of the section

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

19 out of 323 API elements (5.9 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: candid, candid.Blob, candid.Blob.Blob, candid.Blob.addAll_bytes, candid.Blob.add_byte.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 477 issues. Showing the first 2:

WARNING: The library 'package:ic_tools/src/candid.dart' doesn't export a member with the shown name 'PrimitiveCandidType'.

lib/candid.dart:3:5

  ╷
3 │     PrimitiveCandidType,
  │     ^^^^^^^^^^^^^^^^^^^
  ╵

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

WARNING: The '?' is unnecessary because 'dynamic' is nullable without it.

lib/src/candid.dart:325:18

    ╷
325 │     final dynamic? value;// can be int or BigInt
    │                  ^
    ╵

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

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

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

Package Constraint Compatible Latest
archive 3.1.2 3.1.2 3.6.1
base32 2.0.0 2.0.0 2.1.3
cbor 4.0.2 4.0.2 6.2.0
cryptography ^2.0.2 2.6.1 2.7.0
ffi ^1.1.2 1.2.1 2.1.2
http ^0.13.3 0.13.6 1.2.1
js ^0.6.3 0.6.7 0.7.1
tuple ^2.0.0 2.0.2 2.0.2
typed_data ^1.3.0 1.3.2 1.3.2
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
collection - 1.19.0 1.19.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
http_parser - 4.1.0 4.1.0
meta - 1.15.0 1.15.0
path - 1.9.0 1.9.0
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 6 issues. Showing the first 2:

The constraint `3.1.2` on archive does not support the stable version `3.1.3`.

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

The constraint `2.0.0` on base32 does not support the stable version `2.1.0`.

Try running dart pub upgrade --major-versions base32 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.6, Dart 3.4.3.

Check the analysis log for details.

2
likes
90
pub points
41%
popularity

Publisher

unverified uploader

ic_tools in the dart-language.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

archive, base32, cbor, cryptography, ffi, http, js, tuple, typed_data

More

Packages that depend on ic_tools