From e7bf56f728d36e9b357a1a6923b683a85a46f9b0 Mon Sep 17 00:00:00 2001 From: panweiji Date: Fri, 6 May 2022 15:01:17 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=9F=BA=E4=BA=8EMelos=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=9A=84Flutter=E5=A4=9A=E7=AB=AF=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E7=9A=84MonoRepo=E5=8D=95=E4=BD=93=E5=BC=8F=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/athena_common_flutter/pubspec.yaml | 4 ++-- projects/flutter_demo/README.md | 17 +---------------- projects/flutter_demo/pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 19 deletions(-) diff --git a/projects/athena_common_flutter/pubspec.yaml b/projects/athena_common_flutter/pubspec.yaml index b235acd..c4e3efc 100644 --- a/projects/athena_common_flutter/pubspec.yaml +++ b/projects/athena_common_flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: athena_common_flutter -description: A new Flutter package project. -version: 0.0.1 +description: Flutter多项目共享业务通用包 +version: 1.0.0 homepage: environment: diff --git a/projects/flutter_demo/README.md b/projects/flutter_demo/README.md index 01c0dcb..86a3fd5 100644 --- a/projects/flutter_demo/README.md +++ b/projects/flutter_demo/README.md @@ -1,16 +1 @@ -# flutter_demo - -A new Flutter project. - -## Getting Started - -This project is a starting point for a Flutter application. - -A few resources to get you started if this is your first Flutter project: - -- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) - -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. +## Flutter最佳实战示例项目 \ No newline at end of file diff --git a/projects/flutter_demo/pubspec.yaml b/projects/flutter_demo/pubspec.yaml index e3507c3..4b636ca 100644 --- a/projects/flutter_demo/pubspec.yaml +++ b/projects/flutter_demo/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_demo -description: A new Flutter project. +description: Flutter最佳实战示例项目 # The following line prevents the package from being accidentally published to # pub.dev using `flutter pub publish`. This is preferred for private packages.