update readme and description

This commit is contained in:
Lukas Lihotzki 2021-04-21 15:01:42 +02:00
parent 22dbd60ea9
commit 25f5c80701
2 changed files with 5 additions and 12 deletions

View file

@ -1,15 +1,8 @@
# flutter_openssl_crypto # 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 Android Gradle Plugin 4.1 is required for Android.
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.
Currently, OpenSSL is included completely in iOS, but this isn't guaranteed.

View file

@ -1,5 +1,5 @@
name: flutter_openssl_crypto 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 version: 0.0.1
repository: https://gitlab.com/famedly/libraries/flutter_openssl_crypto repository: https://gitlab.com/famedly/libraries/flutter_openssl_crypto