starknet_builder 0.0.1 copy "starknet_builder: ^0.0.1" to clipboard
starknet_builder: ^0.0.1 copied to clipboard

discontinued

The Dart SDK builder for contracts on starknet

50/ 160
pub points
41
downloads

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

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

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

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: starknet_builder.

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

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

No `README.md` found.

The README.md file should inform others about your project, what it does, and how they can use it. Check out the guidelines on Writing great package pages.

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

No `CHANGELOG.md` found.

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.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

0 out of 0 API elements (100.0 %) have documentation comments.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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:starknet_builder/src/builder.dart that imports:
  • package:starknet_builder/src/generator.dart that imports:
  • package:starknet/starknet.dart that imports:
  • package:starknet/src/util.dart that imports:
  • package:starknet/src/static_config.dart that imports:
  • package:starknet/src/account.dart that imports:
  • package:starknet/src/crypto/index.dart that imports:
  • package:starknet_provider/starknet_provider.dart that imports:
  • package:starknet_provider/src/index.dart that imports:
  • package:starknet_provider/src/websocket_provider.dart that imports:
  • package:web_socket_channel/io.dart that imports:
  • dart:io
Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 92 issues. Showing the first 2:

ERROR: The named parameter 'calldata' is required, but there's no corresponding argument.

lib/src/examples/balance.g.dart:224:33

    ╷
224 │     final trx = await _contract.execute(
    │                                 ^^^^^^^
    ╵

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

ERROR: The named parameter 'selector' is required, but there's no corresponding argument.

lib/src/examples/balance.g.dart:224:33

    ╷
224 │     final trx = await _contract.execute(
    │                                 ^^^^^^^
    ╵

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

Failed report section
Support up-to-date dependencies
10 / 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
build ^2.3.1 2.4.1 4.0.4
code_builder ^4.4.0 4.11.1 4.11.1
dart_style ^2.2.4 2.3.6 3.1.4
path ^1.8.3 1.9.1 1.9.1
starknet any 0.2.0 0.2.0
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 67.0.0 93.0.0
analyzer - 6.4.1 10.0.1
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
bip32 - 2.0.0 2.0.0
bip39 - 1.0.6 1.0.6
boolean_selector - 2.1.2 2.1.2
bs58check - 1.0.2 1.0.2
built_collection - 5.1.1 5.1.1
built_value - 8.12.3 8.12.3
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
freezed_annotation - 2.4.4 3.1.0
glob - 2.1.3 2.1.3
hex - 0.2.0 0.2.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
js - 0.7.2 0.7.2 Discontinued
json_annotation - 4.9.0 4.9.0
logging - 1.3.0 1.3.0
matcher - 0.12.18 0.12.18
meta - 1.18.0 1.18.0
package_config - 2.2.0 2.2.0
pointycastle - 3.9.1 4.0.0
pub_semver - 2.2.0 2.2.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
starknet_provider - 0.2.0 0.2.0
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.9 0.7.9
typed_data - 1.4.0 1.4.0
watcher - 1.2.1 1.2.1
web - 0.5.1 1.1.1
web_socket_channel - 2.4.5 3.0.3
yaml - 3.1.3 3.1.3

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

The constraint `^2.3.1` on build does not support the stable version `3.0.0`.

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

The constraint `^2.2.4` on dart_style does not support the stable version `3.0.0`.

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

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 173 errors:

  • UNDEFINED_CLASS - lib/src/examples/balance.g.dart:8:14 - Undefined class 'Felt'.
  • NON_TYPE_AS_TYPE_ARGUMENT - lib/src/examples/balance.g.dart:11:39 - The name 'Felt' isn't a type, so it can't be used as a type argument.
  • UNDEFINED_CLASS - lib/src/examples/balance.g.dart:22:3 - Undefined class 'Felt'.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.8, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
50
points
41
downloads

Publisher

verified publishergabinmarignier.com

Weekly Downloads

The Dart SDK builder for contracts on starknet

Documentation

API reference

License

MIT (license)

Dependencies

build, code_builder, dart_style, path, starknet

More

Packages that depend on starknet_builder