openssl 1.0.1 copy "openssl: ^1.0.1" to clipboard
openssl: ^1.0.1 copied to clipboard

OpenSSL library for Dart, exposes full C API to Dart via FFI. Native-assets build that compiles OpenSSL from source.

80/ 160
pub points
18
downloads

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

158 out of 21446 API elements (0.7 %) 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: openssl.AA_DIST_POINT_st, openssl.AA_DIST_POINT_st.AA_DIST_POINT_st.new, openssl.ACCESS_DESCRIPTION_free, openssl.ACCESS_DESCRIPTION_it, openssl.ACCESS_DESCRIPTION_new.

Passed check 10/10 points: Package has 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

ERROR: 1 positional argument expected by 'resolve', but 0 found.

lib/src/android_ndk.dart:13:48

   ╷
13 │       final instances = await resolver.resolve(logger: Logger.detached('android_ndk'));
   │                                                ^^^^^^
   ╵

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

ERROR: The named parameter 'logger' isn't defined.

lib/src/android_ndk.dart:13:48

   ╷
13 │       final instances = await resolver.resolve(logger: Logger.detached('android_ndk'));
   │                                                ^^^^^^
   ╵

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

Passed report section
Support up-to-date dependencies
40 / 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
code_assets ^1.0.0 1.0.0 1.0.0
ffi ^2.1.5 2.2.0 2.2.0
hooks ^1.0.0 1.0.2 1.0.2
logging ^1.3.0 1.3.0 1.3.0
native_toolchain_c ^0.17.4 0.17.6 0.17.6
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
file - 7.0.1 7.0.1
glob - 2.1.3 2.1.3
meta - 1.18.2 1.18.2
path - 1.9.1 1.9.1
pub_semver - 2.2.0 2.2.0
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
yaml - 3.1.3 3.1.3

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

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.11, Dart 3.11.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
80
points
18
downloads

Documentation

API reference

Publisher

verified publisherpolazzo.dev

Weekly Downloads

OpenSSL library for Dart, exposes full C API to Dart via FFI. Native-assets build that compiles OpenSSL from source.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

code_assets, ffi, hooks, logging, native_toolchain_c

More

Packages that depend on openssl