fast_crypto 0.3.0 copy "fast_crypto: ^0.3.0" to clipboard
fast_crypto: ^0.3.0 copied to clipboard

PlatformAndroid

High-performance Android encryption plugin with Rust backend. Supports AES-256-GCM, RSA, SHA-256/512, and file encryption.

120/ 160
pub points
14
downloads

We analyzed this package 4 days ago, and awarded it 120 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.

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

65 out of 207 API elements (31.4 %) have documentation comments.

Some symbols that are missing documentation: fast_crypto, fast_crypto.CryptoError, fast_crypto.CryptoError.map, fast_crypto.CryptoError.mapOrNull, fast_crypto.CryptoError.maybeMap.

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

  • ✓ Android

These platforms are not supported:

Package does not support platform `iOS`.

Because:

  • package:fast_crypto/fast_crypto.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:fast_crypto/fast_crypto.dart that declares support for platforms: Android.
Package does not support platform `Linux`.

Because:

  • package:fast_crypto/fast_crypto.dart that declares support for platforms: Android.
Package does not support platform `macOS`.

Because:

  • package:fast_crypto/fast_crypto.dart that declares support for platforms: Android.
Package does not support platform `Web`.

Because:

  • package:fast_crypto/fast_crypto.dart that declares support for platforms: Android.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 8 issues. Showing the first 2:

/tmp/pana_BFUISQ/lib/fast_crypto.dart doesn't match the Dart formatter.

To format your files run: dart format .

/tmp/pana_BFUISQ/lib/src/fast_crypto_method_channel.dart doesn't match the Dart formatter.

To format your files run: dart format .

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
ffi ^2.1.0 2.1.4 2.1.4
flutter_rust_bridge ^2.0.0 2.11.1 2.11.1
freezed_annotation ^2.4.1 2.4.4 3.1.0
plugin_platform_interface ^2.1.7 2.1.8 2.1.8
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
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
json_annotation - 4.9.0 4.9.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1

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

The constraint `^2.4.1` on freezed_annotation does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions freezed_annotation 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 38 errors:

  • UNDEFINED_NAMED_PARAMETER - lib/src/rust/error.freezed.dart:179:12 - The named parameter 'includeFromJson' isn't defined.
  • UNDEFINED_NAMED_PARAMETER - lib/src/rust/error.freezed.dart:179:36 - The named parameter 'includeToJson' isn't defined.
  • UNDEFINED_NAMED_PARAMETER - lib/src/rust/error.freezed.dart:298:12 - The named parameter 'includeFromJson' isn't defined.

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.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
120
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

High-performance Android encryption plugin with Rust backend. Supports AES-256-GCM, RSA, SHA-256/512, and file encryption.

Repository (GitHub)
View/report issues

Topics

#encryption #cryptography #security #rust #aes

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, flutter_rust_bridge, freezed_annotation, plugin_platform_interface

More

Packages that depend on fast_crypto

Packages that implement fast_crypto