From 2fe41721314ffa142ee1d0fc56424ee6e4b2e205 Mon Sep 17 00:00:00 2001 From: Hugo Pointcheval Date: Mon, 23 May 2022 23:15:00 +0200 Subject: [PATCH] docs: add link to readme file --- README.md | 3 +++ packages/native_crypto/README.md | 17 +---------------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index e69de29..e7423e8 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# NativeCrypto + +Fast and powerful cryptographic functions thanks to **javax.crypto** , **CommonCrypto** and **CryptoKit**. \ No newline at end of file diff --git a/packages/native_crypto/README.md b/packages/native_crypto/README.md index c16def3..e7423e8 100644 --- a/packages/native_crypto/README.md +++ b/packages/native_crypto/README.md @@ -1,18 +1,3 @@ # NativeCrypto -Fast and powerful cryptographic functions thanks to **javax.crypto** and **CryptoKit**. - -## 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. - -The plugin project was generated without specifying the `--platforms` flag, no platforms are currently supported. -To add platforms, run `flutter create -t plugin --platforms .` under the same -directory. You can also find a detailed instruction on how to add platforms in the `pubspec.yaml` at https://flutter.dev/docs/development/packages-and-plugins/developing-packages#plugin-platforms. +Fast and powerful cryptographic functions thanks to **javax.crypto** , **CommonCrypto** and **CryptoKit**. \ No newline at end of file