dash_crypt 0.0.1+2 copy "dash_crypt: ^0.0.1+2" to clipboard
dash_crypt: ^0.0.1+2 copied to clipboard

DashCrypt is a powerful and flexible encryption and decryption package for Flutter and Dart. It supports a wide range of modern and classical cryptographic algorithms, making it ideal for developers [...]

1
likes
120/ 160
pub points
4
downloads

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

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

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

9 out of 24 API elements (37.5 %) have documentation comments.

Some symbols that are missing documentation: dash_crypt, dash_crypt.Classical, dash_crypt.DashCrypt, dash_crypt.DashCrypt.AES__CBC, dash_crypt.DashCrypt.AES__CFB.

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

Passed check 0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

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

INFO: The variable name 'AES__CBC' isn't a lowerCamelCase identifier.

lib/src/dash_crypt_factory.dart:9:17

  ╷
9 │   static AesCbc AES__CBC({required KeySize keySize}) => AesCbc(keySize: keySize);
  │                 ^^^^^^^^
  ╵

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

INFO: The variable name 'AES__ECB' isn't a lowerCamelCase identifier.

lib/src/dash_crypt_factory.dart:12:17

   ╷
12 │   static AesEcb AES__ECB({required KeySize keySize}) => AesEcb(keySize: keySize);
   │                 ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/dash_crypt_factory.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
convert any 3.1.2 3.1.2
cryptography any 2.7.0 2.7.0
encrypt any 5.0.3 5.0.3
pointycastle any 3.9.1 4.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
ffi - 2.1.4 2.1.4
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.2.0

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

  • UNDEFINED_FUNCTION - lib/src/algorithms/aes/aes_cbc.dart:91:20 - The function 'AESEngine' isn't defined.
  • UNDEFINED_FUNCTION - lib/src/algorithms/aes/aes_ecb.dart:60:20 - The function 'AESEngine' 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.22.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
120
points
4
downloads

Publisher

verified publisherahmedayman.info

Weekly Downloads

DashCrypt is a powerful and flexible encryption and decryption package for Flutter and Dart. It supports a wide range of modern and classical cryptographic algorithms, making it ideal for developers looking to integrate secure encryption into their projects. DashCrypt also provides utilities for secure key and IV generation, ensuring robust security. Designed for simplicity, performance, and scalability, DashCrypt is the perfect solution for all your encryption needs.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

convert, cryptography, encrypt, flutter, pointycastle

More

Packages that depend on dash_crypt