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

[pending analysis]

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add openssl

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  openssl: ^1.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:openssl/openssl.dart';
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

(pending) (license)

Dependencies

code_assets, ffi, hooks, logging, native_toolchain_c

More

Packages that depend on openssl