No description
Find a file
td e2ddc02b10 Merge branch 'krille/nullsafety' into 'main'
chore: Update dart to 2.12 to support null safety

See merge request famedly/company/frontend/libraries/flutter_openssl_crypto!1
2021-11-20 15:15:57 +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.