web3_cloud_sdk 0.0.1-dev.1 copy "web3_cloud_sdk: ^0.0.1-dev.1" to clipboard
web3_cloud_sdk: ^0.0.1-dev.1 copied to clipboard

Web3 cloud client sdk demo

0
likes
120/ 160
pub points
0%
popularity

We analyzed this package 5 days ago, and awarded it 120 pub points (of a possible 160):

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: BSD-3-Clause.

partial
Provide documentation
10 / 20trigger folding of the section

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

0 out of 315 API elements (0.0 %) 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: account, account, account.Account, account.Account.Account, account.Account.address.

10/10 points: Package has 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

These issues are present but do not affect the score, because they may not originate in your package:

Package not compatible with platform Web

Because:

  • package:web3_cloud_sdk/client_sdk.dart that imports:
  • package:web3_cloud_sdk/model/evm.dart that imports:
  • package:web3_cloud_sdk/ethereum/wallet.dart that imports:
  • package:web3_cloud_sdk/ethereum/account.dart that imports:
  • package:flutter_secure_storage/flutter_secure_storage.dart that imports:
  • package:flutter_secure_storage_platform_interface/flutter_secure_storage_platform_interface.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

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

INFO: Unnecessary cast.

lib/bip32/bip32.dart:236:26

    ╷
236 │     final i = hmacSHA512(utf8.encode('Bitcoin seed') as Uint8List, seed);
    │                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

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

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

lib/bip32/ecurve.dart:140:7

    ╷
140 │   var s;
    │       ^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/bip32/ecurve.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
bs58check ^1.0.2 1.0.2 1.0.2
crypto ^3.0.2 3.0.3 3.0.3
decimal ^2.3.0 2.3.3 3.0.2
flutter flutter 0.0.0 0.0.0
flutter_secure_storage ^6.0.0 6.1.0 9.2.2
hex ^0.2.0 0.2.0 0.2.0
http ^0.13.5 0.13.6 1.2.1
pointycastle ^3.6.2 3.9.1 3.9.1
web3dart ^2.4.1 2.6.1 2.7.3
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
collection - 1.18.0 1.19.0
convert - 3.1.1 3.1.1
eip1559 - 0.6.1 0.6.2
eip55 - 1.0.2 1.0.2
flutter_secure_storage_linux - 1.2.1 1.2.1
flutter_secure_storage_macos - 1.1.2 3.1.2
flutter_secure_storage_platform_interface - 1.1.2 1.1.2
flutter_secure_storage_web - 1.2.1 1.2.1
flutter_secure_storage_windows - 1.1.3 3.1.2
flutter_web_plugins - 0.0.0 0.0.0
http_parser - 4.0.2 4.1.0
js - 0.6.7 0.7.1
json_rpc_2 - 3.0.2 3.0.2
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
path - 1.9.0 1.9.0
plugin_platform_interface - 2.1.8 2.1.8
rational - 2.2.3 2.2.3
sec - 1.1.0 1.1.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
stream_transform - 2.1.0 2.1.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
uuid - 3.0.7 4.4.0
vector_math - 2.1.4 2.1.4
wallet - 0.0.13 0.0.13

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

Found 3 issues. Showing the first 2:

The constraint `^2.3.0` on decimal does not support the stable version `3.0.0`, that was published 18 days ago.

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

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

The constraint `^6.0.0` on flutter_secure_storage does not support the stable version `7.0.0`.

Try running dart pub upgrade --major-versions flutter_secure_storage 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.7, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.

0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

Web3 cloud client sdk demo

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

bs58check, crypto, decimal, flutter, flutter_secure_storage, hex, http, pointycastle, web3dart

More

Packages that depend on web3_cloud_sdk