crypt_signature 5.4.0+500400000 copy "crypt_signature: ^5.4.0+500400000" to clipboard
crypt_signature: ^5.4.0+500400000 copied to clipboard

crypt_signature

7
likes
85/ 140
pub points
0%
popularity

We analyzed this package 18 hours ago, and awarded it 85 pub points (of a possible 140):

failed
Follow Dart file conventions
15 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

Failed to verify repository URL.

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: crypt_signature,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository defines publish_to, thus, we are unable to verify the package is published from here.

0/5 points: Provide a valid README.md

`README.md` contains too many non-ASCII characters.

The site uses English as its primary language. The content of README.md in your package should primarily contain characters used in English.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

failed
Provide documentation
10 / 20trigger folding of the section

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

32 out of 103 API elements (31.1 %) have documentation comments.

Some symbols that are missing documentation: crypt_signature, crypt_signature.Algorithm, crypt_signature.Algorithm.Algorithm, crypt_signature.Algorithm.algorithms, crypt_signature.Algorithm.findAlgorithmByPublicKeyOID.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

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

Because:

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

Because:

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

Because:

  • package:crypt_signature/crypt_signature.dart that declares support for platforms: Android, iOS.

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:crypt_signature/crypt_signature.dart that imports:
  • package:crypt_signature/src/crypt_signature_api.dart that imports:
  • package:crypt_signature/src/ui/home_widget.dart that imports:
  • package:crypt_signature/src/ui/certificates_view.dart that imports:
  • package:crypt_signature/src/services/certificate_service.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:crypt_signature/crypt_signature.dart that imports:
  • package:crypt_signature/src/crypt_signature_api.dart that imports:
  • package:crypt_signature/src/ui/home_widget.dart that imports:
  • package:crypt_signature/src/ui/certificates_view.dart that imports:
  • package:crypt_signature/src/services/certificate_service.dart that imports:
  • package:file_picker/file_picker.dart that imports:
  • package:file_picker/src/file_picker.dart that imports:
  • package:file_picker/src/windows/file_picker_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 42 issues. Showing the first 2:

WARNING: The parameter type of '==' operators should be non-nullable.

lib/src/models/certificate.dart:114:17

    ╷
114 │   bool operator ==(dynamic other) => (other is Certificate) && other.certificate == certificate && other.serialNumber == serialNumber;
    │                 ^^
    ╵

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

WARNING: The parameter type of '==' operators should be non-nullable.

lib/src/models/x509certificate/identifiers/object_identifier.dart:39:17

   ╷
39 │   bool operator ==(dynamic other) => other is ObjectIdentifier && listEquals(nodes, other.nodes);
   │                 ^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models/x509certificate/identifiers/object_identifier.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
asn1lib ^1.0.0 1.5.2 1.5.2
device_info_plus ^9.0.2 9.1.2 10.1.0
figma_squircle ^0.5.3 0.5.3 0.5.3
file ^6.1.4 6.1.4 7.0.0
file_picker ^5.2.6 5.5.0 8.0.3
flutter flutter 0.0.0 0.0.0
intl ^0.17.0 0.17.0 0.19.0
mask_text_input_formatter ^2.0.0 2.9.0 2.9.0
path_provider ^2.0.1 2.1.3 2.1.3
provider ^6.0.5 6.1.2 6.1.2
pull_to_refresh ^2.0.0 2.0.0 2.0.0
shared_preferences ^2.0.5 2.2.3 2.2.3
uuid ^3.0.2 3.0.7 4.4.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
device_info_plus_platform_interface - 7.0.0 7.0.0
ffi - 2.1.2 2.1.2
flutter_plugin_android_lifecycle - 2.0.19 2.0.19
flutter_web_plugins - 0.0.0 0.0.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.15.0
nested - 1.0.0 1.0.0
path - 1.9.0 1.9.0
path_provider_android - 2.2.4 2.2.4
path_provider_foundation - 2.4.0 2.4.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
shared_preferences_android - 2.2.2 2.2.2
shared_preferences_foundation - 2.4.0 2.4.0
shared_preferences_linux - 2.3.2 2.3.2
shared_preferences_platform_interface - 2.3.2 2.3.2
shared_preferences_web - 2.3.0 2.3.0
shared_preferences_windows - 2.3.2 2.3.2
sky_engine - 0.0.99 0.0.99
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1
win32 - 5.5.0 5.5.0
win32_registry - 1.1.3 1.1.3
xdg_directories - 1.0.4 1.0.4

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

Found 5 issues. Showing the first 2:

The constraint `^9.0.2` on device_info_plus does not support the stable version `10.0.0`.

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

The constraint `^6.1.4` on file does not support the stable version `7.0.0`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.