From dad59ed12d3d576afb39a09323be953764df03d0 Mon Sep 17 00:00:00 2001 From: "sanfan.hx" Date: Mon, 14 Jan 2019 16:15:17 +0800 Subject: [PATCH 1/8] update(version) and readme.md --- README.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0973799f..5a7cbaaa 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ android下载地址: - + iphone下载地址: 暂无 diff --git a/pubspec.yaml b/pubspec.yaml index 1d9e769d..8d7b2477 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ description: flutter_go # Both the version and the builder number may be overridden in flutter # build by specifying --build-name and --build-number, respectively. # Read more about versioning at semver.org. -version: 0.0.3 +version: 0.0.4 environment: sdk: ">=2.0.0-dev.68.0 <3.0.0" From c5d69adf738bf44e371bdaf1ac386de5362dc229 Mon Sep 17 00:00:00 2001 From: Allsimon Date: Wed, 16 Jan 2019 16:15:58 +0100 Subject: [PATCH 2/8] translate: translate the README to En locale --- README-en.md | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 README-en.md diff --git a/README-en.md b/README-en.md new file mode 100644 index 00000000..f47e80d0 --- /dev/null +++ b/README-en.md @@ -0,0 +1,79 @@ +## Flutter Go + +> Help developers get started quickly Flutter ** In-house testing, the 1.0 official version will be released on February 20. ** + + +## Download URL + +Android download URL: + + +Iphone download URL: +No + +### Background + +#### What is Flutter? + +On June 21, 2018, Google released the first release preview of Flutter as a new responsive, cross-platform, high-performance mobile development framework launched by Google. Flutter is a cross-platform mobile UI framework designed to help developers develop high-performance, high-fidelity Android and iOS apps using a single set of code. + +The advantages of Flutter mainly include: +- Cross-platform +- Open source +- Hot Reload, responsive framework, and its rich controls and development tools +- Flexible interface design and control combinations +- High quality user experience with a portable GPU-accelerated rendering engine and high-performance ARM code runtime + +#### The origin of Flutter Go + +- Flutter has too little learning material, which is relatively difficult for students who are not good at English. +- The official website document example is not sound enough, not intuitive enough +- The usage of each widget is different, and the properties are numerous. To run a demo of a widget, it is often necessary to look through various materials everywhere. + +#### Advantages of Flutter Go + +- Detailed idiom widgets up to **130+** +- Companion Demo Explain the widget's general usage +- Centralized integration of widget cases, an APP to get all the usage of common widgets +- Continuous iteration ‘chasing new’ official version + +### App Preview + + + + +### Core Team + + + + + + + + + + + +
+ +
+ @minghe +
+ +
+ @ryan730 +
+ +
+ @Nealyang +
+ +
+ @hanxu317317 +
+ +
+ @DeckeDeng +
+ +Powered by [Alibaba Auction Front-end Team](https://github.com/alibaba-paimai-frontend) From 5a790326a6b72a9245f3caaa05599b1e7515a615 Mon Sep 17 00:00:00 2001 From: ryan730 Date: Thu, 17 Jan 2019 15:20:50 +0800 Subject: [PATCH 3/8] +LICENSE +LICENSE --- LICENSE | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..9f4a345a --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +MIT LICENSE + +Copyright (c) 2018-present Alibaba Inc. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. From e1a9cb660ac8414330dedf903591ce3103649136 Mon Sep 17 00:00:00 2001 From: "xiaojia22326@163.com" Date: Thu, 17 Jan 2019 16:14:07 +0800 Subject: [PATCH 4/8] add license --- LICENSE | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 9f4a345a..266fb814 100644 --- a/LICENSE +++ b/LICENSE @@ -1,8 +1,6 @@ -MIT LICENSE - Copyright (c) 2018-present Alibaba Inc. -Permission is hereby granted, free of charge, to any person obtaining +Permission is granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, @@ -13,10 +11,11 @@ the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +THE SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", +WITHOUT WARRANTY OF ANY KIND,EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO +THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +WITH THE SOFTWARE OR THE USE OR OTHER (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE \ No newline at end of file From 2f15d3bc008d99cd6e02230e055a8ad788c122b8 Mon Sep 17 00:00:00 2001 From: liming <327135508@qq.com> Date: Sat, 19 Jan 2019 16:31:07 +0800 Subject: [PATCH 5/8] Update index.dart change 'AlertDialog' to 'AboutDialog' --- lib/widgets/components/Dialog/AboutDialog/index.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/components/Dialog/AboutDialog/index.dart b/lib/widgets/components/Dialog/AboutDialog/index.dart index 6b88c60c..ea0c01ac 100644 --- a/lib/widgets/components/Dialog/AboutDialog/index.dart +++ b/lib/widgets/components/Dialog/AboutDialog/index.dart @@ -35,7 +35,7 @@ class _DemoState extends State { @override Widget build(BuildContext context) { return WidgetDemo( - title: 'AlertDialog', + title: 'AboutDialog', codeUrl: 'components/Dialog/AboutDialog/demo.dart', contentList: [ _Text0, From 5148fc4b772299f8dc1419735ac938901e2c4103 Mon Sep 17 00:00:00 2001 From: "sanfan.hx" Date: Tue, 22 Jan 2019 11:03:36 +0800 Subject: [PATCH 6/8] feat(add English intro from Allsimon pull request): --- README-en.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-en.md b/README-en.md index f47e80d0..a998554b 100644 --- a/README-en.md +++ b/README-en.md @@ -6,6 +6,7 @@ ## Download URL Android download URL: + Iphone download URL: diff --git a/README.md b/README.md index 5a7cbaaa..0ce0738f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +Language: [English](https://github.com/alibaba/flutter-go/blob/master/README-en.md) | [中文简体](https://github.com/alibaba/flutter-go/blob/master/README.md) ## Flutter Go > 帮助开发者快速上手 Flutter **内部测试中,1.0 正式版将于 2月 20日 发布。** From 30fc81834299ad4e6f02b375e13d1b773386abc6 Mon Sep 17 00:00:00 2001 From: hanxu317317 Date: Tue, 22 Jan 2019 11:12:47 +0800 Subject: [PATCH 7/8] Update README-en.md --- README-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-en.md b/README-en.md index a998554b..31d43d36 100644 --- a/README-en.md +++ b/README-en.md @@ -1,6 +1,6 @@ ## Flutter Go -> Help developers get started quickly Flutter ** In-house testing, the 1.0 official version will be released on February 20. ** +> Help developers get started quickly Flutter **In-house testing, the 1.0 official version will be released on February 20.** ## Download URL From 836d39238ee22fd2fe4784660f3828615a4f7c96 Mon Sep 17 00:00:00 2001 From: ryan730 Date: Thu, 24 Jan 2019 01:16:46 +0800 Subject: [PATCH 8/8] =?UTF-8?q?=E6=96=87=E6=A1=88=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 文案描述 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ce0738f..a08e7133 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ flutter优点主要包括: #### Flutter Go 的优势 -- 详解常用widget多达 **130+** 个 +- 详解常用widget多达 **140+** 个 - 配套 Demo 详解 widget 常规用法 - 集中整合 widget 案例,一个 APP 搞定所有常用 widget 的用法 - 持续迭代 ‘追新’ 官方版本