diff --git a/README.md b/README.md index e81a630..6439757 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,8 @@ # flutter_openssl_crypto -A new flutter plugin project. +This package provides libcrypto from OpenSSL for Android and iOS +to be used with dart:ffi. -## Getting Started - -This project is a starting point for a Flutter -[plug-in package](https://flutter.dev/developing-packages/), -a specialized package that includes platform-specific implementation code for -Android and/or iOS. - -For help getting started with Flutter, view our -[online documentation](https://flutter.dev/docs), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +Android Gradle Plugin 4.1 is required for Android. +Currently, OpenSSL is included completely in iOS, but this isn't guaranteed. diff --git a/pubspec.yaml b/pubspec.yaml index d3769e3..72fcfa2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_openssl_crypto -description: A new flutter plugin project. +description: libcrypto from OpenSSL for Android and iOS to be used with dart:ffi version: 0.0.1 repository: https://gitlab.com/famedly/libraries/flutter_openssl_crypto