flutter_feature_crypto 0.0.5 copy "flutter_feature_crypto: ^0.0.5" to clipboard
flutter_feature_crypto: ^0.0.5 copied to clipboard

Flutter library that provides a cryptography solution using a repository implementation. This library simplifies the process of handling cryptographic functions such as encryption, decryption, hashing [...]

0
likes
130/ 160
pub points
31
downloads

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

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.

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.

partial
Provide documentation
10 / 20trigger folding of the section

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

4 out of 68 API elements (5.9 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: core_crypto_exception, core_crypto_exception.FeatureCryptoException, core_crypto_exception.FeatureCryptoException.FeatureCryptoException, core_crypto_exception.FeatureCryptoException.code, core_crypto_exception.FeatureCryptoException.message.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:flutter_feature_crypto/flutter_feature_crypto.dart that imports:
  • package:flutter_feature_crypto/data/repositories/crypto_rsa_repository_impl.dart that imports:
  • package:basic_utils/basic_utils.dart that imports:
  • package:basic_utils/src/Asn1Utils.dart that imports:
  • package:basic_utils/src/CryptoUtils.dart that imports:
  • package:basic_utils/src/StringUtils.dart that imports:
  • dart:io

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:flutter_feature_crypto/flutter_feature_crypto.dart that imports:
  • package:flutter_feature_crypto/data/repositories/crypto_rsa_repository_impl.dart that imports:
  • package:basic_utils/basic_utils.dart that imports:
  • package:basic_utils/src/Asn1Utils.dart that imports:
  • package:basic_utils/src/CryptoUtils.dart that imports:
  • package:basic_utils/src/StringUtils.dart that imports:
  • dart:io

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

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

partial
Pass static analysis
40 / 50trigger folding of the section

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

/tmp/pana_NDKYON/lib/data/repositories/crypto_aes_repository_impl.dart doesn't match the Dart formatter.

To format your files run: dart format .

/tmp/pana_NDKYON/lib/data/repositories/crypto_rsa_repository_impl.dart doesn't match the Dart formatter.

To format your files run: dart format .

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest
basic_utils ^5.7.0 5.7.0 5.7.0
ed25519_edwards ^0.3.1 0.3.1 0.3.1
encrypt ^5.0.3 5.0.3 5.0.3
flutter flutter 0.0.0 0.0.0
pointycastle ^3.7.4 3.9.1 3.9.1
rsa_encrypt ^2.0.0 2.0.0 2.0.0
Transitive dependencies
Package Constraint Compatible Latest
adaptive_number - 1.0.0 1.0.0
args - 2.6.0 2.6.0
asn1lib - 1.5.8 1.5.8
async - 2.12.0 2.12.0
characters - 1.3.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.0 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
fixnum - 1.1.1 1.1.1
http - 1.2.2 1.2.2
http_parser - 4.1.1 4.1.1
js - 0.7.1 0.7.1
json_annotation - 4.9.0 4.9.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path - 1.9.1 1.9.1
sky_engine - 0.0.0 0.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.1.4 2.1.4
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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.17, Flutter 3.27.0, Dart 3.6.0.

Check the analysis log for details.

0
likes
130
points
31
downloads

Publisher

verified publisherfadlurahmanfdev.com

Weekly Downloads

Flutter library that provides a cryptography solution using a repository implementation. This library simplifies the process of handling cryptographic functions such as encryption, decryption, hashing, and digital signatures by leveraging a structured repository pattern. It is designed to be easy to integrate into any Flutter project, ensuring secure data handling and storage with a flexible and scalable architecture.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

basic_utils, ed25519_edwards, encrypt, flutter, pointycastle, rsa_encrypt

More

Packages that depend on flutter_feature_crypto