web3d 1.0.1 copy "web3d: ^1.0.1" to clipboard
web3d: ^1.0.1 copied to clipboard

Platformweb
outdated

klaytn support for web3d

0
likes
110/ 160
pub points
9%
popularity

We analyzed this package 47 hours ago, and awarded it 110 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.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/somnium-labs/web3d/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

453 out of 616 API elements (73.5 %) have documentation comments.

Some symbols that are missing documentation: ethereum, ethers, ethers.klaytnProvider, klaytn, klaytn.Klaytn.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Web

These platforms are not supported:

Package not compatible with platform Android

Because:

  • package:web3d/web3d.dart that imports:
  • package:web3d/wallet_connect.dart that imports:
  • package:web3d/src/wallet_connect/wallet_connect.dart that imports:
  • package:web3d/src/ethereum/utils.dart that imports:
  • package:js/js.dart that imports:
  • dart:js
Package not compatible with platform iOS

Because:

  • package:web3d/web3d.dart that imports:
  • package:web3d/wallet_connect.dart that imports:
  • package:web3d/src/wallet_connect/wallet_connect.dart that imports:
  • package:web3d/src/ethereum/utils.dart that imports:
  • package:js/js.dart that imports:
  • dart:js
Package not compatible with platform Windows

Because:

  • package:web3d/web3d.dart that imports:
  • package:web3d/wallet_connect.dart that imports:
  • package:web3d/src/wallet_connect/wallet_connect.dart that imports:
  • package:web3d/src/ethereum/utils.dart that imports:
  • package:js/js.dart that imports:
  • dart:js
Package not compatible with platform Linux

Because:

  • package:web3d/web3d.dart that imports:
  • package:web3d/wallet_connect.dart that imports:
  • package:web3d/src/wallet_connect/wallet_connect.dart that imports:
  • package:web3d/src/ethereum/utils.dart that imports:
  • package:js/js.dart that imports:
  • dart:js
Package not compatible with platform macOS

Because:

  • package:web3d/web3d.dart that imports:
  • package:web3d/wallet_connect.dart that imports:
  • package:web3d/src/wallet_connect/wallet_connect.dart that imports:
  • package:web3d/src/ethereum/utils.dart that imports:
  • package:js/js.dart that imports:
  • dart:js

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:web3d/web3d.dart that imports:
  • package:web3d/wallet_connect.dart that imports:
  • package:web3d/src/wallet_connect/wallet_connect.dart that imports:
  • package:web3d/src/ethereum/utils.dart that imports:
  • package:js/js.dart that imports:
  • dart:js

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.

failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 53 issues. Showing the first 2:

WARNING: This function has a nullable return type of 'FutureOr

lib/src/ethers/provider.dart:217:32

    ╷
217 │   Future<TransactionResponse?> getTransaction(String hash) async {
    │                                ^^^^^^^^^^^^^^
    ╵

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

WARNING: This function has a nullable return type of 'FutureOr

lib/src/ethers/provider.dart:246:31

    ╷
246 │   Future<TransactionReceipt?> getTransactionReceipt(String hash) async {
    │                               ^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ethers/provider.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
amdjs ^2.0.1 2.0.3 2.0.3
flutter flutter 0.0.0 0.0.0
js ^0.6.3 0.6.7 0.7.1
meta ^1.3.0 1.15.0 1.16.0
Transitive dependencies
Package Constraint Compatible Latest
args - 2.5.0 2.5.0
async_extension - 1.2.12 1.2.12
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.19.0
dom_tools - 2.3.1 2.3.1
enum_to_string - 2.0.1 2.0.1
intl - 0.19.0 0.19.0
json_object_mapper - 2.0.1 2.0.1
markdown - 6.0.1 7.2.2
material_color_utilities - 0.11.1 0.12.0
path - 1.9.0 1.9.0
resource_portable - 3.1.0 3.1.0
sky_engine - 0.0.99 0.0.99
swiss_knife - 3.2.2 3.2.2
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4

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

The constraint `^0.6.3` on js does not support the stable version `0.7.0`.

Try running dart pub upgrade --major-versions js 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.12, Flutter 3.24.3, Dart 3.5.3.

Check the analysis log for details.

0
likes
110
pub points
9%
popularity

Publisher

unverified uploader

klaytn support for web3d

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

amdjs, flutter, js, meta

More

Packages that depend on web3d