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

Security and encryption utilities for Easy Dev Toolkit.

110/ 160
pub points
152
downloads

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

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: easy_dev_security.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: easy_dev_security,
    • contains a version property, and,
    • does not contain a publish_to property.

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.

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

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

17 out of 21 API elements (81.0 %) have documentation comments.

Some symbols that are missing documentation: biometric_auth, biometric_auth.BiometricAuth.BiometricAuth.new, easy_dev_security, encryption_util.

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Linux`.

Because:

  • package:easy_dev_security/easy_dev_security.dart that imports:
  • package:easy_dev_security/security/biometric_auth.dart that imports:
  • package:local_auth/local_auth.dart that declares support for platforms: Android, iOS, Windows, macOS.
Package does not support platform `Web`.

Because:

  • package:easy_dev_security/easy_dev_security.dart that imports:
  • package:easy_dev_security/security/biometric_auth.dart that imports:
  • package:local_auth/local_auth.dart that declares support for platforms: Android, iOS, Windows, macOS.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:easy_dev_security/easy_dev_security.dart that imports:
  • package:easy_dev_security/security/biometric_auth.dart that imports:
  • package:local_auth/local_auth.dart that imports:
  • package:local_auth/src/local_auth.dart that imports:
  • package:local_auth_windows/local_auth_windows.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:easy_dev_security/easy_dev_security.dart that imports:
  • package:easy_dev_security/security/biometric_auth.dart that imports:
  • package:local_auth/local_auth.dart that imports:
  • package:local_auth/src/local_auth.dart that imports:
  • package:local_auth_windows/local_auth_windows.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:easy_dev_security/easy_dev_security.dart that imports:
  • package:easy_dev_security/security/biometric_auth.dart that imports:
  • package:local_auth/local_auth.dart that imports:
  • package:local_auth/src/local_auth.dart that imports:
  • package:local_auth_darwin/local_auth_darwin.dart that declares support for platforms: iOS, macOS.
Package does not support platform `macOS`.

Because:

  • package:easy_dev_security/easy_dev_security.dart that imports:
  • package:easy_dev_security/security/biometric_auth.dart that imports:
  • package:local_auth/local_auth.dart that imports:
  • package:local_auth/src/local_auth.dart that imports:
  • package:local_auth_windows/local_auth_windows.dart that declares support for platforms: Windows.
Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

WARNING: Unused import: 'package:easy_dev_core/easy_dev_core.dart'.

lib/security/biometric_auth.dart:3:8

  ╷
3 │ import 'package:easy_dev_core/easy_dev_core.dart'; // For Result type if needed, or Logger
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/security/biometric_auth.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
easy_dev_core ^0.0.4 0.0.4 0.0.4
encrypt ^5.0.3 5.0.3 5.0.3
local_auth ^2.1.6 2.3.0 3.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
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
equatable - 2.0.8 2.0.8
flutter_plugin_android_lifecycle - 2.0.33 2.0.33
intl - 0.20.2 0.20.2
js - 0.7.2 0.7.2 Discontinued
local_auth_android - 1.0.56 2.0.4
local_auth_darwin - 1.6.1 2.0.1
local_auth_platform_interface - 1.1.0 1.1.0
local_auth_windows - 1.0.11 2.0.1
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 4.0.0
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0

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

The constraint `^2.1.6` on local_auth does not support the stable version `3.0.0`.

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

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.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
110
points
152
downloads

Publisher

unverified uploader

Weekly Downloads

Security and encryption utilities for Easy Dev Toolkit.

Documentation

API reference

License

MIT (license)

Dependencies

easy_dev_core, encrypt, flutter, local_auth

More

Packages that depend on easy_dev_security