No description
Find a file
Krille Fear 9aec52e4f5 chore: Update dart to 2.12 to support null safety
As far as I see this package
has no dart code anyway so everything we need
to do to make this
null safe is upgrading
the pubspec.yaml file.
This is necessary to
use the migration tool
in our flutter apps.
2021-11-20 14:49:12 +00:00
.idea flutter create 2021-04-19 20:33:39 +02:00
android include openssl 2021-04-19 20:35:05 +02:00
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
flutter_openssl_crypto.iml flutter create 2021-04-19 20:33:39 +02:00
LICENSE add LICENSE 2021-04-21 14:43:05 +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 update readme and description 2021-04-21 15:01:42 +02:00

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.