eth_sig_util 0.0.9 copy "eth_sig_util: ^0.0.9" to clipboard
eth_sig_util: ^0.0.9 copied to clipboard

Ethereum signature utility porting from JS

18
likes
100/ 140
pub points
93%
popularity

We analyzed this package 6 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 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.

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.

failed
Provide documentation
10 / 20trigger folding of the section

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

42 out of 136 API elements (30.9 %) have documentation comments.

Some symbols that are missing documentation: abi, abi.AbiUtil, abi.AbiUtil.AbiUtil, abi.AbiUtil.elementaryName, abi.AbiUtil.encodeSingle.

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 18 issues. Showing the first 2:

WARNING: The value of the local variable 'i' isn't used.

lib/util/abi.dart:53:15

   ╷
53 │     var size, i;
   │               ^
   ╵

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

INFO: An uninitialized variable should have an explicit type annotation.

lib/util/abi.dart:53:9

   ╷
53 │     var size, i;
   │         ^^^^
   ╵

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

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

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

Package Constraint Compatible Latest
buffer ^1.0.6 1.2.3 1.2.3
collection ^1.14.11 1.18.0 1.18.0
convert ^3.0.0 3.1.1 3.1.1
equatable ^2.0.3 2.0.5 2.0.5
pointycastle ^3.0.1 3.9.0 3.9.0
Transitive dependencies
Package Constraint Compatible Latest
js - 0.7.1 0.7.1
meta - 1.14.0 1.14.0
typed_data - 1.3.2 1.3.2

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

18
likes
100
pub points
93%
popularity

Publisher

unverified uploader

Ethereum signature utility porting from JS

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

buffer, collection, convert, equatable, pointycastle

More

Packages that depend on eth_sig_util