alan3 0.51.1 copy "alan3: ^0.51.1" to clipboard
alan3: ^0.51.1 copied to clipboard

Pure Dart library to easily integrate with any Cosmos-based chain.

135/ 160
pub points
46
downloads

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

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/aufwallet/alan3.dart was unreachable. Make sure that the website is reachable via HEAD requests.

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.51.1").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

28406 out of 43534 API elements (65.3 %) have documentation comments.

Some symbols that are missing documentation: abci.pb, abci.pb.ABCIMessageLog, abci.pb.ABCIMessageLog.$_whichOneof, abci.pb.ABCIMessageLog.ABCIMessageLog.fromBuffer, abci.pb.ABCIMessageLog.ABCIMessageLog.fromJson.

Passed check 10/10 points: Package has 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:alan3/alan.dart that imports:
  • package:alan3/x/export.dart that imports:
  • package:alan3/x/auth/export.dart that imports:
  • package:alan3/x/auth/querier.dart that imports:
  • package:grpc/grpc.dart that imports:
  • package:grpc/src/shared/streams.dart that imports:
  • package:http2/transport.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 4 issues. Showing the first 2:

INFO: The variable name 'DefaultEncoder' isn't a lowerCamelCase identifier.

lib/transactions/encoder/default.dart:4:11

  ╷
4 │ TxEncoder DefaultEncoder() {
  │           ^^^^^^^^^^^^^^
  ╵

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

INFO: The variable name '_ZERO32' isn't a lowerCamelCase identifier.

lib/utils/bip_32.dart:228:16

    ╷
228 │   static final _ZERO32 = Uint8List.fromList(List.generate(32, (index) => 0));
    │                ^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/utils/bip_32.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
analyzer >=3.4.1 <6.0.0 5.13.0 14.4.0
asn1lib ^1.0.0 1.6.5 1.6.5
bech32 ^0.2.0 0.2.2 0.2.2
bip39 ^1.0.6 1.0.6 1.0.6
convert ^3.0.0 3.1.2 3.1.2
equatable ^2.0.0 2.1.0 3.0.0
fixnum ^1.0.0 1.1.1 1.1.1
grpc ^3.0.0 3.2.4 5.1.0
hex ^0.2.0 0.2.0 0.2.0
http ^0.13.0 0.13.6 1.6.0
json_annotation ^4.4.0 4.9.0 4.12.0
json_serializable ^6.2.0 6.8.0 6.14.1
meta ^1.3.0 1.19.0 1.19.0
pointycastle ^3.0.1 3.9.1 4.0.0
protobuf ^2.0.0 2.1.0 6.1.0
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 61.0.0 108.0.0
archive - 3.6.1 4.3.0
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
build - 2.4.1 4.0.11
build_config - 1.3.3 1.3.3
checked_yaml - 2.0.4 2.0.4
clock - 1.1.3 1.1.3
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
dart_style - 2.3.2 3.1.13
file - 7.0.1 7.0.1
glob - 2.2.0 2.2.0
googleapis_auth - 1.4.1 2.3.3
http2 - 2.3.1 2.3.1
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
logging - 1.3.0 1.3.0
package_config - 2.2.0 3.0.0
path - 1.9.1 1.9.1
pub_semver - 2.2.1 2.2.1
pubspec_parse - 1.6.0 1.6.0
source_gen - 1.5.0 4.3.0
source_helper - 1.3.5 1.3.13
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
watcher - 1.2.1 1.2.1
yaml - 3.1.4 3.1.4

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.4.1 <6.0.0` on analyzer does not support the stable version `6.0.0`.

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

The constraint `^2.0.0` on equatable does not support the stable version `3.0.0`, that was published 0 days ago.

When equatable is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions equatable 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.19, Dart 3.13.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
135
points
46
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pure Dart library to easily integrate with any Cosmos-based chain.

Homepage

License

MIT (license)

Dependencies

analyzer, asn1lib, bech32, bip39, convert, equatable, fixnum, grpc, hex, http, json_annotation, json_serializable, meta, pointycastle, protobuf

More

Packages that depend on alan3