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.

6
likes
80/ 160
pub points
46
downloads

We analyzed this package 6 days ago, and awarded it 80 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

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

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

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: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

23 out of 88 API elements (26.1 %) have documentation comments.

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

10/10 points: Package has an example

failed
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

0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package 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
0 / 50trigger folding of the section

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

Found 13 issues. Showing the first 2:

ERROR: Missing concrete implementation of 'getter BaseEntrypoint.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
Support up-to-date dependencies
20 / 40trigger folding of the section

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

Package Constraint Compatible Latest
ffi ^2.1.2 2.1.3 2.1.3
flutter_rust_bridge ^2.0.0-dev.28 2.7.0 2.7.0
meta ^1.11.0 1.16.0 1.16.0
uuid ^4.3.3 4.5.1 4.5.1
Transitive dependencies
Package Constraint Compatible Latest
args - 2.6.0 2.6.0
async - 2.12.0 2.12.0
build_cli_annotations - 2.1.0 2.1.0
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
fixnum - 1.1.1 1.1.1
path - 1.9.1 1.9.1
sprintf - 7.0.0 7.0.0
typed_data - 1.4.0 1.4.0
web - 1.1.0 1.1.0

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

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

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 BaseEntrypoint.rustContentHash'.
  • 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.22.17, Dart 3.6.0.

Check the analysis log for details.

6
likes
80
points
46
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