dart_rust_encrypt 2.0.0-dev.0 copy "dart_rust_encrypt: ^2.0.0-dev.0" to clipboard
dart_rust_encrypt: ^2.0.0-dev.0 copied to clipboard

Flutter plugin for commons hashing and encryption algorithms with power of Rust.

80/ 160
pub points
0
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

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.

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

21 out of 85 API elements (24.7 %) have documentation comments.

Some symbols that are missing documentation: dart_rust_encrypt, dart_rust_encrypt.DartRustEncryptAsync, dart_rust_encrypt.DartRustEncryptAsync.DartRustEncryptAsync.new, dart_rust_encrypt.DartRustEncryptAsync.pbkdf2Sha3_512, dart_rust_encrypt.DartRustEncryptAsync.sha3_256.

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

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 93 issues. Showing the first 2:

ERROR: Missing concrete implementation of 'getter abstract class BaseEntrypoint, W extends BaseWire>.rustContentHash'.

lib/src/rust/frb_generated.dart:13:7

   ╷
13 │ class RustLib extends BaseEntrypoint<RustLibApi, RustLibApiImpl, RustLibWire> {
   │       ^^^^^^^
   ╵

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

ERROR: The named parameter 'hint' isn't defined.

lib/src/rust/frb_generated.dart:118:7

    ╷
118 │       hint: hint,
    │       ^^^^
    ╵

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

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
ffi ^2.1.2 2.1.4 2.1.4
flutter_rust_bridge ^2.0.0-dev.28 2.11.1 2.11.1
meta ^1.11.0 1.17.0 1.17.0
uuid ^4.3.3 4.5.2 4.5.2
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
build_cli_annotations - 2.1.1 2.1.1
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
fixnum - 1.1.1 1.1.1
path - 1.9.1 1.9.1
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1

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

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

  • NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER - lib/src/rust/frb_generated.dart:13:7 - Missing concrete implementation of 'getter abstract class BaseEntrypoint<A extends BaseApi, AI extends BaseApiImpl
  • UNDEFINED_NAMED_PARAMETER - lib/src/rust/frb_generated.dart:118:7 - The named parameter 'hint' isn't defined.
  • UNDEFINED_NAMED_PARAMETER - lib/src/rust/frb_generated.dart:149:7 - The named parameter 'hint' isn't defined.

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.3, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
6
likes
80
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for commons hashing and encryption algorithms with power of Rust.

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter_rust_bridge, meta, uuid

More

Packages that depend on dart_rust_encrypt