update readme and description
This commit is contained in:
parent
22dbd60ea9
commit
25f5c80701
2 changed files with 5 additions and 12 deletions
15
README.md
15
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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue