From f62afcb4360c70a4564b2a343653f07b2ea38e98 Mon Sep 17 00:00:00 2001 From: appflowy Date: Sat, 9 Oct 2021 09:56:18 +0800 Subject: [PATCH] [flutter]: delete readme and changelog --- app_flowy/packages/flowy_editor/CHANGELOG.md | 3 -- app_flowy/packages/flowy_editor/LICENSE | 1 - app_flowy/packages/flowy_editor/README.md | 14 ------- app_flowy/packages/flowy_infra/CHANGELOG.md | 3 -- app_flowy/packages/flowy_infra/LICENSE | 1 - app_flowy/packages/flowy_infra/README.md | 39 ------------------- .../flowy_infra/test/flowy_infra_test.dart | 1 - .../packages/flowy_infra_ui/CHANGELOG.md | 3 -- app_flowy/packages/flowy_infra_ui/LICENSE | 1 - app_flowy/packages/flowy_infra_ui/README.md | 15 ------- .../test/flowy_infra_ui_test.dart | 18 --------- app_flowy/packages/flowy_log/CHANGELOG.md | 3 -- app_flowy/packages/flowy_log/LICENSE | 1 - app_flowy/packages/flowy_log/README.md | 39 ------------------- app_flowy/packages/flowy_sdk/CHANGELOG.md | 3 -- app_flowy/packages/flowy_sdk/LICENSE | 1 - app_flowy/packages/flowy_sdk/README.md | 15 ------- 17 files changed, 161 deletions(-) delete mode 100644 app_flowy/packages/flowy_editor/CHANGELOG.md delete mode 100644 app_flowy/packages/flowy_editor/LICENSE delete mode 100644 app_flowy/packages/flowy_editor/README.md delete mode 100644 app_flowy/packages/flowy_infra/CHANGELOG.md delete mode 100644 app_flowy/packages/flowy_infra/LICENSE delete mode 100644 app_flowy/packages/flowy_infra/README.md delete mode 100644 app_flowy/packages/flowy_infra/test/flowy_infra_test.dart delete mode 100644 app_flowy/packages/flowy_infra_ui/CHANGELOG.md delete mode 100644 app_flowy/packages/flowy_infra_ui/LICENSE delete mode 100644 app_flowy/packages/flowy_infra_ui/README.md delete mode 100644 app_flowy/packages/flowy_infra_ui/test/flowy_infra_ui_test.dart delete mode 100644 app_flowy/packages/flowy_log/CHANGELOG.md delete mode 100644 app_flowy/packages/flowy_log/LICENSE delete mode 100644 app_flowy/packages/flowy_log/README.md delete mode 100644 app_flowy/packages/flowy_sdk/CHANGELOG.md delete mode 100644 app_flowy/packages/flowy_sdk/LICENSE delete mode 100644 app_flowy/packages/flowy_sdk/README.md diff --git a/app_flowy/packages/flowy_editor/CHANGELOG.md b/app_flowy/packages/flowy_editor/CHANGELOG.md deleted file mode 100644 index 41cc7d8192..0000000000 --- a/app_flowy/packages/flowy_editor/CHANGELOG.md +++ /dev/null @@ -1,3 +0,0 @@ -## 0.0.1 - -* TODO: Describe initial release. diff --git a/app_flowy/packages/flowy_editor/LICENSE b/app_flowy/packages/flowy_editor/LICENSE deleted file mode 100644 index ba75c69f7f..0000000000 --- a/app_flowy/packages/flowy_editor/LICENSE +++ /dev/null @@ -1 +0,0 @@ -TODO: Add your license here. diff --git a/app_flowy/packages/flowy_editor/README.md b/app_flowy/packages/flowy_editor/README.md deleted file mode 100644 index 23c1259570..0000000000 --- a/app_flowy/packages/flowy_editor/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# flowy_editor - -A new flutter plugin project. - -## 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. \ No newline at end of file diff --git a/app_flowy/packages/flowy_infra/CHANGELOG.md b/app_flowy/packages/flowy_infra/CHANGELOG.md deleted file mode 100644 index 41cc7d8192..0000000000 --- a/app_flowy/packages/flowy_infra/CHANGELOG.md +++ /dev/null @@ -1,3 +0,0 @@ -## 0.0.1 - -* TODO: Describe initial release. diff --git a/app_flowy/packages/flowy_infra/LICENSE b/app_flowy/packages/flowy_infra/LICENSE deleted file mode 100644 index ba75c69f7f..0000000000 --- a/app_flowy/packages/flowy_infra/LICENSE +++ /dev/null @@ -1 +0,0 @@ -TODO: Add your license here. diff --git a/app_flowy/packages/flowy_infra/README.md b/app_flowy/packages/flowy_infra/README.md deleted file mode 100644 index 8b55e735b5..0000000000 --- a/app_flowy/packages/flowy_infra/README.md +++ /dev/null @@ -1,39 +0,0 @@ - - -TODO: Put a short description of the package here that helps potential users -know whether this package might be useful for them. - -## Features - -TODO: List what your package can do. Maybe include images, gifs, or videos. - -## Getting started - -TODO: List prerequisites and provide or point to information on how to -start using the package. - -## Usage - -TODO: Include short and useful examples for package users. Add longer examples -to `/example` folder. - -```dart -const like = 'sample'; -``` - -## Additional information - -TODO: Tell users more about the package: where to find more information, how to -contribute to the package, how to file issues, what response they can expect -from the package authors, and more. diff --git a/app_flowy/packages/flowy_infra/test/flowy_infra_test.dart b/app_flowy/packages/flowy_infra/test/flowy_infra_test.dart deleted file mode 100644 index 8b13789179..0000000000 --- a/app_flowy/packages/flowy_infra/test/flowy_infra_test.dart +++ /dev/null @@ -1 +0,0 @@ - diff --git a/app_flowy/packages/flowy_infra_ui/CHANGELOG.md b/app_flowy/packages/flowy_infra_ui/CHANGELOG.md deleted file mode 100644 index 41cc7d8192..0000000000 --- a/app_flowy/packages/flowy_infra_ui/CHANGELOG.md +++ /dev/null @@ -1,3 +0,0 @@ -## 0.0.1 - -* TODO: Describe initial release. diff --git a/app_flowy/packages/flowy_infra_ui/LICENSE b/app_flowy/packages/flowy_infra_ui/LICENSE deleted file mode 100644 index ba75c69f7f..0000000000 --- a/app_flowy/packages/flowy_infra_ui/LICENSE +++ /dev/null @@ -1 +0,0 @@ -TODO: Add your license here. diff --git a/app_flowy/packages/flowy_infra_ui/README.md b/app_flowy/packages/flowy_infra_ui/README.md deleted file mode 100644 index 2644e9ffa9..0000000000 --- a/app_flowy/packages/flowy_infra_ui/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# flowy_infra_ui - -A new flutter plugin project. - -## 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. - diff --git a/app_flowy/packages/flowy_infra_ui/test/flowy_infra_ui_test.dart b/app_flowy/packages/flowy_infra_ui/test/flowy_infra_ui_test.dart deleted file mode 100644 index ee0b1ea9aa..0000000000 --- a/app_flowy/packages/flowy_infra_ui/test/flowy_infra_ui_test.dart +++ /dev/null @@ -1,18 +0,0 @@ -import 'package:flutter/services.dart'; -import 'package:flutter_test/flutter_test.dart'; - -void main() { - const MethodChannel channel = MethodChannel('flowy_infra_ui'); - - TestWidgetsFlutterBinding.ensureInitialized(); - - setUp(() { - channel.setMockMethodCallHandler((MethodCall methodCall) async { - return '42'; - }); - }); - - tearDown(() { - channel.setMockMethodCallHandler(null); - }); -} diff --git a/app_flowy/packages/flowy_log/CHANGELOG.md b/app_flowy/packages/flowy_log/CHANGELOG.md deleted file mode 100644 index 41cc7d8192..0000000000 --- a/app_flowy/packages/flowy_log/CHANGELOG.md +++ /dev/null @@ -1,3 +0,0 @@ -## 0.0.1 - -* TODO: Describe initial release. diff --git a/app_flowy/packages/flowy_log/LICENSE b/app_flowy/packages/flowy_log/LICENSE deleted file mode 100644 index ba75c69f7f..0000000000 --- a/app_flowy/packages/flowy_log/LICENSE +++ /dev/null @@ -1 +0,0 @@ -TODO: Add your license here. diff --git a/app_flowy/packages/flowy_log/README.md b/app_flowy/packages/flowy_log/README.md deleted file mode 100644 index 8b55e735b5..0000000000 --- a/app_flowy/packages/flowy_log/README.md +++ /dev/null @@ -1,39 +0,0 @@ - - -TODO: Put a short description of the package here that helps potential users -know whether this package might be useful for them. - -## Features - -TODO: List what your package can do. Maybe include images, gifs, or videos. - -## Getting started - -TODO: List prerequisites and provide or point to information on how to -start using the package. - -## Usage - -TODO: Include short and useful examples for package users. Add longer examples -to `/example` folder. - -```dart -const like = 'sample'; -``` - -## Additional information - -TODO: Tell users more about the package: where to find more information, how to -contribute to the package, how to file issues, what response they can expect -from the package authors, and more. diff --git a/app_flowy/packages/flowy_sdk/CHANGELOG.md b/app_flowy/packages/flowy_sdk/CHANGELOG.md deleted file mode 100644 index 41cc7d8192..0000000000 --- a/app_flowy/packages/flowy_sdk/CHANGELOG.md +++ /dev/null @@ -1,3 +0,0 @@ -## 0.0.1 - -* TODO: Describe initial release. diff --git a/app_flowy/packages/flowy_sdk/LICENSE b/app_flowy/packages/flowy_sdk/LICENSE deleted file mode 100644 index ba75c69f7f..0000000000 --- a/app_flowy/packages/flowy_sdk/LICENSE +++ /dev/null @@ -1 +0,0 @@ -TODO: Add your license here. diff --git a/app_flowy/packages/flowy_sdk/README.md b/app_flowy/packages/flowy_sdk/README.md deleted file mode 100644 index 42fe69bd08..0000000000 --- a/app_flowy/packages/flowy_sdk/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# flowy_sdk - -A new flutter plugin project. - -## 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. -