encrypt_secure 0.0.2 copy "encrypt_secure: ^0.0.2" to clipboard
encrypt_secure: ^0.0.2 copied to clipboard

A modern, high-performance Flutter encryption library providing secure data protection with runtime key injection.

115/ 160
pub points
30
downloads

We analyzed this package 46 hours ago, and awarded it 115 pub points (of a possible 160):

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/fakeeh-tech/encrypt_secure was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/fakeeh-tech/encrypt_secure was unreachable. Make sure that the website is reachable via HEAD requests.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/fakeeh-tech/encrypt_secure/issues was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.0.2").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

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

3 out of 16 API elements (18.8 %) 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: encrypt_secure, encrypt_secure.EncryptionService, encrypt_secure.EncryptionService.decryptString, encrypt_secure.EncryptionService.decryptStringInterConterminal, encrypt_secure.EncryptionService.dispose.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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

WASM-ready: This package is compatible with runtime wasm. 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

INFO: Library names are not necessary.

lib/encrypt_secure.dart:1:9

  ╷
1 │ library encrypt_secure;
  │         ^^^^^^^^^^^^^^
  ╵

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

Failed report section
Support up-to-date dependencies
30 / 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
sodium_libs ^3.4.6+4 3.4.6+4 4.0.1 Discontinued
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
csslib - 1.0.2 1.0.2
ffi - 2.2.0 2.2.0
freezed_annotation - 3.1.0 3.1.0
html - 0.15.7 0.15.7
json_annotation - 4.12.0 4.12.0
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
sodium - 3.4.6 4.1.0+1
source_span - 1.10.2 1.10.2
synchronized - 3.4.2 3.4.2
term_glyph - 1.2.2 1.2.2
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.1

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

The constraint `^3.4.6+4` on sodium_libs does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions sodium_libs to update the constraint.

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • sodium_libs.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.19, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
115
points
30
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A modern, high-performance Flutter encryption library providing secure data protection with runtime key injection.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, sodium_libs

More

Packages that depend on encrypt_secure