diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..266fb814 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +Copyright (c) 2018-present Alibaba Inc. + +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, +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 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 (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE \ No newline at end of file diff --git a/README-en.md b/README-en.md new file mode 100644 index 00000000..31d43d36 --- /dev/null +++ b/README-en.md @@ -0,0 +1,80 @@ +## 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) diff --git a/README.md b/README.md index 0973799f..a08e7133 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日 发布。** @@ -7,7 +8,7 @@ android下载地址: - + iphone下载地址: 暂无 @@ -33,7 +34,7 @@ flutter优点主要包括: #### Flutter Go 的优势 -- 详解常用widget多达 **130+** 个 +- 详解常用widget多达 **140+** 个 - 配套 Demo 详解 widget 常规用法 - 集中整合 widget 案例,一个 APP 搞定所有常用 widget 的用法 - 持续迭代 ‘追新’ 官方版本 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, diff --git a/pubspec.yaml b/pubspec.yaml index baf9c9c6..efd45c4a 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"