diff --git a/README.en.md b/README.en.md index 986dd2978ea69593a95fb73ccb8f562ac113812e..22c1c5b25c4254c45871200c510fc27e5ee476d7 100644 --- a/README.en.md +++ b/README.en.md @@ -1,37 +1,7 @@ # flutter-mastery #### Description -A repository showcasing my journey to mastering Flutter, including all my projects and code backups. -学习 Flutter 之路,从入门到进阶到精通 - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions -1. xxxx -2. xxxx -3. xxxx +A repository showcasing my journey to mastering Flutter, including all my projects and code backups. -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +学习 Flutter 之路,从入门到进阶到精通 diff --git a/assets/flutter_first_application/favorite_page..png b/assets/flutter_first_application/favorite_page..png new file mode 100644 index 0000000000000000000000000000000000000000..a53daf45a0a72f469f05eaa14ac27bda5343627e Binary files /dev/null and b/assets/flutter_first_application/favorite_page..png differ diff --git a/assets/flutter_first_application/home_page.png b/assets/flutter_first_application/home_page.png new file mode 100644 index 0000000000000000000000000000000000000000..490af7d549d782702fed817ffbeae181f5395d69 Binary files /dev/null and b/assets/flutter_first_application/home_page.png differ diff --git a/assets/flutter_layout_application/home.png b/assets/flutter_layout_application/home.png new file mode 100644 index 0000000000000000000000000000000000000000..e54bf7f2e780806e6d984af139eb2c859aa8aac0 Binary files /dev/null and b/assets/flutter_layout_application/home.png differ diff --git a/assets/flutter_layout_application/preview.png b/assets/flutter_layout_application/preview.png new file mode 100644 index 0000000000000000000000000000000000000000..f6bff877ac8bc138766ec6c89032b5f2744afd41 Binary files /dev/null and b/assets/flutter_layout_application/preview.png differ diff --git a/assets/flutter_web_application/index.png b/assets/flutter_web_application/index.png new file mode 100644 index 0000000000000000000000000000000000000000..3266d0a08494a7828817f2662a1ffe645f470588 Binary files /dev/null and b/assets/flutter_web_application/index.png differ diff --git a/flutter_samples/flutter_first_application/README.md b/flutter_samples/flutter_first_application/README.md index 8031ca519870ef850908c8ab078f271beeeadda1..88bc9f02ff4f8f7fcce71542be547a213e3fc78f 100644 --- a/flutter_samples/flutter_first_application/README.md +++ b/flutter_samples/flutter_first_application/README.md @@ -2,15 +2,8 @@ A new Flutter project. -## Getting Started +## 项目运行截图 -This project is a starting point for a Flutter application. +![Alt text](../../assets/flutter_first_application/home_page.png) -A few resources to get you started if this is your first Flutter project: - -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) - -For help getting started with Flutter development, view the -[online documentation](https://docs.flutter.dev/), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +![Alt text](../../assets/flutter_first_application/favorite_page..png) diff --git a/flutter_samples/flutter_layout_application/README.md b/flutter_samples/flutter_layout_application/README.md index 2330fbd817aca71ade16b93cf858ffab81f32a87..3e6b6f463f65c7cf0f2fd5d51bb9a66981416cb1 100644 --- a/flutter_samples/flutter_layout_application/README.md +++ b/flutter_samples/flutter_layout_application/README.md @@ -2,15 +2,8 @@ A new Flutter project. -## Getting Started +## 项目运行截图 -This project is a starting point for a Flutter application. +![Alt text](../../assets/flutter_layout_application/home.png) -A few resources to get you started if this is your first Flutter project: - -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) - -For help getting started with Flutter development, view the -[online documentation](https://docs.flutter.dev/), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +![Alt text](../../assets/flutter_layout_application/preview.png) diff --git a/flutter_samples/flutter_web_application/README.md b/flutter_samples/flutter_web_application/README.md index d40cc5f45c8390cfc28efcaad2c5dd29c87865dc..a67cc8bbf39849647b59748bc516391c3afbd82c 100644 --- a/flutter_samples/flutter_web_application/README.md +++ b/flutter_samples/flutter_web_application/README.md @@ -2,15 +2,6 @@ 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://docs.flutter.dev/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) - -For help getting started with Flutter development, view the -[online documentation](https://docs.flutter.dev/), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +![Alt text](../../assets/flutter_web_application/index.png)