Skip to content

Commit eacd810

Browse files
committed
Improved readme
1 parent 499598e commit eacd810

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
> Minimum Dart SDK 3.10 (Flutter 3.38) with Native Assets/hooks support.
22
3+
[![pub.dev](https://img.shields.io/pub/v/openssl.svg)](https://pub.dev/packages/openssl)
4+
[![license: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
5+
36
This package builds OpenSSL from source and exposes its full C surface directly to Dart via FFI. There are no Dart-side abstractions: call the OpenSSL APIs as you would in C, manage memory manually, and follow the official OpenSSL documentation for usage and lifetime rules.
47

8+
If you want background on how this package is built with hooks/native assets, see the article: [Dart build hooks: create Dart packages from C libs](https://medium.com/@lucazzp/dart-build-hooks-create-dart-packages-from-c-libs-10cbb9360a69).
9+
510
## What you get
611

712
- Full OpenSSL C API available in Dart (headers mirrored into FFI bindings).

0 commit comments

Comments
 (0)