fast_rsa 3.8.0 copy "fast_rsa: ^3.8.0" to clipboard
fast_rsa: ^3.8.0 copied to clipboard

library for use RSA with support for android and ios, macOS, linux, windows and web

60
likes
110/ 160
pub points
31.6k
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

121 out of 898 API elements (13.5 %) 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: binding, binding.Binding, binding.Binding.Binding.new, binding.Binding.call, binding.Binding.callAsync.

Passed check 10/10 points: Package has an example

Failed 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

Passed check 0/0 points: WASM compatibility

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

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

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on macOS

It does not contain macos/fast_rsa/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm for details.

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

Found 75 issues. Showing the first 2:

WARNING: The operand can't be 'null', so the condition is always 'false'.

lib/bridge/binding.dart:76:21

76if (_bridgeCall == null) {
   │                     ^^^^^^^
   ╵
copied to clipboard

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

WARNING: The '!' will have no effect because the receiver can't be null.

lib/model/bridge_model_generated.dart:224:59

224 │         _data == null ? null : fbBuilder.writeString(_data!);
    │                                                           ^
    ╵
copied to clipboard

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

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
ffi ^2.1.3 2.1.4 2.1.4
flat_buffers ^23.5.26 23.5.26 23.5.26
path ^1.9.0 1.9.1 1.9.1
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
web >=0.5.0 <2.0.0 1.1.1 1.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
vector_math - 2.1.4 2.1.4

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

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 1 error:

  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/web/rsa_web.dart:11:5 - The argument type 'JSString' can't be assigned to the parameter type 'String'.

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.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 12Aug 9Sep 6Oct 4Nov 1Nov 29Dec 27Jan 24Feb 21Mar 2102k4k6k8k10k12k>=0.0.0-0 <1.0.0>=1.0.0-0 <2.0.0>=2.0.0-0 <3.0.0>=3.0.0-0 <4.0.0
60
likes
110
points
31.6k
downloads

Publisher

verified publisherjerson.dev

Weekly Downloads

2024.09.27 - 2025.04.11

library for use RSA with support for android and ios, macOS, linux, windows and web

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flat_buffers, flutter, flutter_web_plugins, path, plugin_platform_interface, web

More

Packages that depend on fast_rsa