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

35/ 160
pub points
180
downloads

We analyzed this package 6 days ago, and awarded it 35 pub points (of a possible 160):

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

Failed check 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 50 to 180 characters to describe the package, what it does, and its target use case.

Failed to verify repository URL.

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

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.

Failed check 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.

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

32 out of 110 API elements (29.1 %) have documentation comments.

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

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
0 / 20trigger folding of the section

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

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 82 issues. Showing the first 2:

ERROR: The argument type 'BottomAppBarTheme' can't be assigned to the parameter type 'BottomAppBarThemeData?'.

lib/src/ui/home_widget.dart:81:34

   ╷
81 │               bottomAppBarTheme: const BottomAppBarTheme(color: Colors.white),
   │                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

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

Failed report section
Support up-to-date dependencies
10 / 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
asn1lib ^1.0.0 1.6.5 1.6.5
device_info_plus ^9.0.2 9.1.2 12.3.0
figma_squircle ^0.5.3 0.5.3 0.6.3
file ^6.1.4 6.1.4 7.0.1
file_picker ^5.2.6 5.5.0 10.3.10
intl ^0.17.0 0.17.0 0.20.2
mask_text_input_formatter ^2.0.0 2.9.0 2.9.0
path_provider ^2.0.1 2.1.5 2.1.5
provider ^6.0.5 6.1.5+1 6.1.5+1
pull_to_refresh ^2.0.0 2.0.0 2.0.0
shared_preferences ^2.0.5 2.5.4 2.5.4
uuid ^3.0.2 3.0.7 4.5.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
code_assets - 1.0.0 1.0.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
device_info_plus_platform_interface - 7.0.3 7.0.3
ffi - 2.2.0 2.2.0
flutter_plugin_android_lifecycle - 2.0.33 2.0.33
glob - 2.1.3 2.1.3
hooks - 1.0.2 1.0.2
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
native_toolchain_c - 0.17.5 0.17.5
nested - 1.0.0 1.0.0
objective_c - 9.3.0 9.3.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
shared_preferences_android - 2.4.21 2.4.21
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.2 1.10.2
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.2.0 2.2.0
web - 1.1.1 1.1.1
win32 - 5.15.0 6.0.0
win32_registry - 1.1.5 3.0.2
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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

Found 6 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 `^0.5.3` on figma_squircle does not support the stable version `0.6.0`.

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

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:

  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/src/ui/home_widget.dart:81:34 - The argument type 'BottomAppBarTheme' can't be assigned to the parameter type 'BottomAppBarThemeData?'.
  • TYPE_TEST_WITH_UNDEFINED_NAME - lib/src/utils/dart_converters.dart:44:14 - The name 'ASN1NumericString' isn't defined, so it can't be used in an 'is' expression.

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.23.10, Flutter 3.41.2, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: