浏览代码

[flutter]: delete readme and changelog

appflowy 3 年之前
父节点
当前提交
f62afcb436

+ 0 - 3
app_flowy/packages/flowy_editor/CHANGELOG.md

@@ -1,3 +0,0 @@
-## 0.0.1
-
-* TODO: Describe initial release.

+ 0 - 1
app_flowy/packages/flowy_editor/LICENSE

@@ -1 +0,0 @@
-TODO: Add your license here.

+ 0 - 14
app_flowy/packages/flowy_editor/README.md

@@ -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.

+ 0 - 3
app_flowy/packages/flowy_infra/CHANGELOG.md

@@ -1,3 +0,0 @@
-## 0.0.1
-
-* TODO: Describe initial release.

+ 0 - 1
app_flowy/packages/flowy_infra/LICENSE

@@ -1 +0,0 @@
-TODO: Add your license here.

+ 0 - 39
app_flowy/packages/flowy_infra/README.md

@@ -1,39 +0,0 @@
-<!-- 
-This README describes the package. If you publish this package to pub.dev,
-this README's contents appear on the landing page for your package.
-
-For information about how to write a good package README, see the guide for
-[writing package pages](https://dart.dev/guides/libraries/writing-package-pages). 
-
-For general information about developing packages, see the Dart guide for
-[creating packages](https://dart.dev/guides/libraries/create-library-packages)
-and the Flutter guide for
-[developing packages and plugins](https://flutter.dev/developing-packages). 
--->
-
-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.

+ 0 - 1
app_flowy/packages/flowy_infra/test/flowy_infra_test.dart

@@ -1 +0,0 @@
-

+ 0 - 3
app_flowy/packages/flowy_infra_ui/CHANGELOG.md

@@ -1,3 +0,0 @@
-## 0.0.1
-
-* TODO: Describe initial release.

+ 0 - 1
app_flowy/packages/flowy_infra_ui/LICENSE

@@ -1 +0,0 @@
-TODO: Add your license here.

+ 0 - 15
app_flowy/packages/flowy_infra_ui/README.md

@@ -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.
-

+ 0 - 18
app_flowy/packages/flowy_infra_ui/test/flowy_infra_ui_test.dart

@@ -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);
-  });
-}

+ 0 - 3
app_flowy/packages/flowy_log/CHANGELOG.md

@@ -1,3 +0,0 @@
-## 0.0.1
-
-* TODO: Describe initial release.

+ 0 - 1
app_flowy/packages/flowy_log/LICENSE

@@ -1 +0,0 @@
-TODO: Add your license here.

+ 0 - 39
app_flowy/packages/flowy_log/README.md

@@ -1,39 +0,0 @@
-<!-- 
-This README describes the package. If you publish this package to pub.dev,
-this README's contents appear on the landing page for your package.
-
-For information about how to write a good package README, see the guide for
-[writing package pages](https://dart.dev/guides/libraries/writing-package-pages). 
-
-For general information about developing packages, see the Dart guide for
-[creating packages](https://dart.dev/guides/libraries/create-library-packages)
-and the Flutter guide for
-[developing packages and plugins](https://flutter.dev/developing-packages). 
--->
-
-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.

+ 0 - 3
app_flowy/packages/flowy_sdk/CHANGELOG.md

@@ -1,3 +0,0 @@
-## 0.0.1
-
-* TODO: Describe initial release.

+ 0 - 1
app_flowy/packages/flowy_sdk/LICENSE

@@ -1 +0,0 @@
-TODO: Add your license here.

+ 0 - 15
app_flowy/packages/flowy_sdk/README.md

@@ -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.
-