Go to file
PCoder c273e17d5a Remove config 2023-03-28 23:15:07 +05:30
.idea flutter create 2021-04-19 20:33:39 +02:00
android Remove config 2023-03-28 23:15:07 +05:30
example flutter create 2021-04-19 20:33:39 +02:00
ios include openssl 2021-04-19 20:35:05 +02:00
test remove unneeded files 2021-04-21 14:43:05 +02:00
.gitignore flutter create 2021-04-19 20:33:39 +02:00
.metadata flutter create 2021-04-19 20:33:39 +02:00
CHANGELOG.md chore: Update dart to 2.12 to support null safety 2021-11-20 14:49:12 +00:00
LICENSE add LICENSE 2021-04-21 14:43:05 +02:00
README.md update readme and description 2021-04-21 15:01:42 +02:00
flutter_openssl_crypto.iml flutter create 2021-04-19 20:33:39 +02:00
pubspec.lock flutter create 2021-04-19 20:33:39 +02:00
pubspec.yaml chore: Update dart to 2.12 to support null safety 2021-11-20 14:49:12 +00:00

README.md

flutter_openssl_crypto

This package provides libcrypto from OpenSSL for Android and iOS to be used with dart:ffi.

Android Gradle Plugin 4.1 is required for Android.

Currently, OpenSSL is included completely in iOS, but this isn't guaranteed.