dartez 1.1.0 copy "dartez: ^1.1.0" to clipboard
dartez: ^1.1.0 copied to clipboard

outdated

A flutter package which provides the functionalities to play around with tezos dApps

70/ 160
pub points
18
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

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

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

Detected license: MIT.

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

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

OUT: Documenting dartez... Discovering libraries... ERR: dartdoc 9.0.1 (/home/worker/dartdoc/build/dartdoc) failed: fatal error: unable to locate the input directory at '/tmp/pana_AIFSHY/lib/packages/password_hash'. #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:218) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:205) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:82) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:199) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:282)

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 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Web

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:dartez/dartez.dart that imports:
  • package:dartez/src/dartez.dart that imports:
  • package:dartez/utils/sodium/sodium_utils.dart that imports:
  • package:dartez/utils/sodium/platform_impl/sodium_utils_io.dart that imports:
  • package:flutter_sodium/flutter_sodium.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:dartez/dartez.dart that imports:
  • package:dartez/src/dartez.dart that imports:
  • package:dartez/utils/sodium/sodium_utils.dart that imports:
  • package:dartez/utils/sodium/platform_impl/sodium_utils_io.dart that imports:
  • package:flutter_sodium/flutter_sodium.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:dartez/dartez.dart that imports:
  • package:dartez/src/dartez.dart that imports:
  • package:dartez/utils/sodium/sodium_utils.dart that imports:
  • package:dartez/utils/sodium/platform_impl/sodium_utils_io.dart that imports:
  • package:flutter_sodium/flutter_sodium.dart that declares support for platforms: Android, iOS.
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 489 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'package:dartez/packages/password_hash/pbkdf2.dart'.

lib/src/dartez.dart:20:8

   ╷
20 │ import 'package:dartez/packages/password_hash/pbkdf2.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

ERROR: The method 'PBKDF2' isn't defined for the type 'Dartez'.

lib/src/dartez.dart:171:9

    ╷
171 │         PBKDF2(hashAlgorithm: sha512).generateKey(m, p, 2048, 32) as Uint8List;
    │         ^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/dartez.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
bip39 ^1.0.6 1.0.6 1.0.6
blake2b ^0.2.2 0.2.3 0.2.3
bs58check ^1.0.2 1.0.2 1.0.2
convert ^3.0.1 3.1.2 3.1.2
crypto ^3.0.0 3.0.7 3.0.7
ed25519_hd_key ^2.2.0 2.3.0 2.3.0
flutter_sodium ^0.2.0 0.2.0 0.2.0 Discontinued
http ^0.13.4 0.13.6 1.6.0
js ^0.6.3 0.6.7 0.7.2 Discontinued
kepler ^1.0.3 1.0.3 1.0.3
sec ^1.0.1 1.1.0 1.1.1
secp256k1 ^0.3.0 0.3.0 0.3.0
unorm_dart ^0.2.0 0.2.0 0.3.2
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
base58check - 2.0.0 2.0.0
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
ffi - 1.2.1 2.1.5
fixnum - 1.1.1 1.1.1
hex - 0.2.0 0.2.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.1
path - 1.9.1 1.9.1
pinenacl - 0.6.0 0.6.0
pointycastle - 3.9.1 4.0.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0

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

Found 4 issues. Showing the first 2:

The constraint `^0.13.4` on http does not support the stable version `1.0.0`.

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

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.

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 2 errors:

  • URI_DOES_NOT_EXIST - lib/src/dartez.dart:20:8 - Target of URI doesn't exist: 'package:dartez/packages/password_hash/pbkdf2.dart'.
  • UNDEFINED_METHOD - lib/src/dartez.dart:171:9 - The method 'PBKDF2' isn't defined for the type 'Dartez'.

Run flutter pub downgrade and then flutter 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, Flutter 3.38.6, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
3
likes
70
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package which provides the functionalities to play around with tezos dApps

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

bip39, blake2b, bs58check, convert, crypto, ed25519_hd_key, flutter, flutter_sodium, http, js, kepler, sec, secp256k1, unorm_dart

More

Packages that depend on dartez