From c19ae302bb8d2e2bd8db220cc6a9a488c33e05d1 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Thu, 28 Apr 2022 15:38:06 +0200 Subject: [PATCH] Update README --- README.md | 2 ++ src/README.md | 26 -------------------- src/moxplatform/README.md | 26 -------------------- src/moxplatform_android/README.md | 14 ----------- src/moxplatform_platform_interface/README.md | 14 ----------- 5 files changed, 2 insertions(+), 80 deletions(-) delete mode 100644 src/README.md delete mode 100644 src/moxplatform/README.md delete mode 100644 src/moxplatform_android/README.md delete mode 100644 src/moxplatform_platform_interface/README.md diff --git a/README.md b/README.md index 0d46e74..c8daae5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # moxplatform Platform-specific code for Moxxy. Not intended for use outside of Moxxy. + +This repo is based on [very_good_flutter_plugin](https://github.com/VeryGoodOpenSource/very_good_flutter_plugin). diff --git a/src/README.md b/src/README.md deleted file mode 100644 index a5b412d..0000000 --- a/src/README.md +++ /dev/null @@ -1,26 +0,0 @@ -# my_plugin - -[![Very Good Ventures][logo_white]][very_good_ventures_link_dark] -[![Very Good Ventures][logo_black]][very_good_ventures_link_light] - -Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄 - -![coverage][coverage_badge] -[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link] -[![License: MIT][license_badge]][license_link] - -A Very Good Flutter Federated Plugin created by the [Very Good Ventures Team][very_good_ventures_link]. - -Generated by the [Very Good CLI][very_good_cli_link] 🤖 - -[coverage_badge]: my_plugin/coverage_badge.svg -[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg -[license_link]: https://opensource.org/licenses/MIT -[logo_black]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_black.png#gh-light-mode-only -[logo_white]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_white.png#gh-dark-mode-only -[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg -[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis -[very_good_cli_link]: https://github.com/VeryGoodOpenSource/very_good_cli -[very_good_ventures_link]: https://verygood.ventures/?utm_source=github&utm_medium=banner&utm_campaign=core -[very_good_ventures_link_dark]: https://verygood.ventures/?utm_source=github&utm_medium=banner&utm_campaign=core#gh-dark-mode-only -[very_good_ventures_link_light]: https://verygood.ventures/?utm_source=github&utm_medium=banner&utm_campaign=core#gh-light-mode-only diff --git a/src/moxplatform/README.md b/src/moxplatform/README.md deleted file mode 100644 index 6922fbb..0000000 --- a/src/moxplatform/README.md +++ /dev/null @@ -1,26 +0,0 @@ -# my_plugin - -[![Very Good Ventures][logo_white]][very_good_ventures_link_dark] -[![Very Good Ventures][logo_black]][very_good_ventures_link_light] - -Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄 - -![coverage][coverage_badge] -[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link] -[![License: MIT][license_badge]][license_link] - -A Very Good Flutter Federated Plugin created by the [Very Good Ventures Team][very_good_ventures_link]. - -Generated by the [Very Good CLI][very_good_cli_link] 🤖 - -[coverage_badge]: app/coverage_badge.svg -[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg -[license_link]: https://opensource.org/licenses/MIT -[logo_black]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_black.png#gh-light-mode-only -[logo_white]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_white.png#gh-dark-mode-only -[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg -[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis -[very_good_cli_link]: https://github.com/VeryGoodOpenSource/very_good_cli -[very_good_ventures_link]: https://verygood.ventures/?utm_source=github&utm_medium=banner&utm_campaign=core -[very_good_ventures_link_dark]: https://verygood.ventures/?utm_source=github&utm_medium=banner&utm_campaign=core#gh-dark-mode-only -[very_good_ventures_link_light]: https://verygood.ventures/?utm_source=github&utm_medium=banner&utm_campaign=core#gh-light-mode-only diff --git a/src/moxplatform_android/README.md b/src/moxplatform_android/README.md deleted file mode 100644 index 54d824a..0000000 --- a/src/moxplatform_android/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# my_plugin_android - -[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link] - -The Android implementation of `my_plugin`. - -## Usage - -This package is [endorsed][endorsed_link], which means you can simply use `my_plugin` -normally. This package will be automatically included in your app when you do. - -[endorsed_link]: https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin -[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg -[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis \ No newline at end of file diff --git a/src/moxplatform_platform_interface/README.md b/src/moxplatform_platform_interface/README.md deleted file mode 100644 index 9944842..0000000 --- a/src/moxplatform_platform_interface/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# my_plugin_platform_interface - -[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link] - -A common platform interface for the `my_plugin` plugin. - -This interface allows platform-specific implementations of the `my_plugin` plugin, as well as the plugin itself, to ensure they are supporting the same interface. - -# Usage - -To implement a new platform-specific implementation of `my_plugin`, extend `MyPluginPlatform` with an implementation that performs the platform-specific behavior. - -[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg -[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis \ No newline at end of file