flutter_openssl_crypto/README.md

9 lines
247 B
Markdown
Raw Normal View History

2021-04-19 18:33:39 +00:00
# flutter_openssl_crypto
2021-04-21 13:01:42 +00:00
This package provides libcrypto from OpenSSL for Android and iOS
to be used with dart:ffi.
2021-04-19 18:33:39 +00:00
2021-04-21 13:01:42 +00:00
Android Gradle Plugin 4.1 is required for Android.
2021-04-19 18:33:39 +00:00
2021-04-21 13:01:42 +00:00
Currently, OpenSSL is included completely in iOS, but this isn't guaranteed.