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.