From 25f5c807017de7e60e3be0142f8accbd0a5d24ca Mon Sep 17 00:00:00 2001 From: Lukas Lihotzki Date: Wed, 21 Apr 2021 15:01:42 +0200 Subject: [PATCH] update readme and description --- README.md | 15 ++++----------- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) 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