From e9f8f86fb1494c8f8319430e412e38fc39c599d5 Mon Sep 17 00:00:00 2001 From: "xiaojia.dxj" Date: Mon, 15 Jul 2019 15:40:51 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=A0=87=E9=A2=98=E9=94=99=E8=AF=AF?= =?UTF-8?q?=EF=BC=8C=E8=B7=B3=E8=BD=AC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/widgets/elements/Form/Radio/Radio/index.dart | 2 +- lib/widgets/elements/Form/Switch/AnimatedSwitcher/index.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/widgets/elements/Form/Radio/Radio/index.dart b/lib/widgets/elements/Form/Radio/Radio/index.dart index 8ec9dd9f..80b97071 100644 --- a/lib/widgets/elements/Form/Radio/Radio/index.dart +++ b/lib/widgets/elements/Form/Radio/Radio/index.dart @@ -40,7 +40,7 @@ class _DemoState extends State { ], title: 'Radio', docUrl: 'https://docs.flutter.io/flutter/material/Radio-class.html', - codeUrl: 'elements/Form/Radio/Radio/index.dart', + codeUrl: 'elements/Form/Radio/Radio/dome.dart', ); } } diff --git a/lib/widgets/elements/Form/Switch/AnimatedSwitcher/index.dart b/lib/widgets/elements/Form/Switch/AnimatedSwitcher/index.dart index 1f90412a..85c42be1 100644 --- a/lib/widgets/elements/Form/Switch/AnimatedSwitcher/index.dart +++ b/lib/widgets/elements/Form/Switch/AnimatedSwitcher/index.dart @@ -34,7 +34,7 @@ class Demo extends StatefulWidget { class _Demo extends State { Widget build(BuildContext context) { return WidgetDemo( - title: 'SwitchListTile', + title: 'AnimatedSwitcher', codeUrl: 'elements/Form/Switch/AnimatedSwitcher/demo.dart', contentList: [contentA, AnimatedSwitcherDemo()], docUrl: '', From 47f7741f2f9c1bedc9e3059260d8b71e10653c94 Mon Sep 17 00:00:00 2001 From: "xiaojia.dxj" Date: Mon, 15 Jul 2019 15:42:37 +0800 Subject: [PATCH 2/3] =?UTF-8?q?readme=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b8d0cd94..6df324dd 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,15 @@ Language: [English](https://github.com/alibaba/flutter-go/blob/master/README-en. ## Release安装包下载地址 -android下载地址: +### android正式版,下载地址: +- 华为市场已上线,华为应用市场搜索 "Fluttergo"或者直接[点击下载](https://appstore.huawei.com/search/fluttergo) + -华为市场已上线,master分支上面已上传【FlutterGo.apk】apk包,可点击下载 +### iphone正式版,下载地址: - -iphone下载地址: AppStore上面进行搜索fluttego - - +- AppStore 搜索 "Fluttergo" 或者直接[点击下载](https://itunes.apple.com/cn/app/flutter-go/id1462026296?mt=8) + ## 基础环境 @@ -125,6 +125,4 @@ flutter优点主要包括: - 大家的互相信任,尊重与支持,才是开源社区前进的动力和来源. -Powered by [阿里拍卖前端团队](https://github.com/alibaba-paimai-frontend) - -+++++++ \ No newline at end of file +Powered by 阿里拍卖前端团队 From c633efd8cce8a2df570e2eb39c5cc01189858c68 Mon Sep 17 00:00:00 2001 From: "xiaojia.dxj" Date: Mon, 15 Jul 2019 15:56:10 +0800 Subject: [PATCH 3/3] =?UTF-8?q?appstore=20=E5=8F=8D=E9=A6=88=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/widgets/elements/Form/Radio/Radio/index.dart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/widgets/elements/Form/Radio/Radio/index.dart b/lib/widgets/elements/Form/Radio/Radio/index.dart index 80b97071..ba347f19 100644 --- a/lib/widgets/elements/Form/Radio/Radio/index.dart +++ b/lib/widgets/elements/Form/Radio/Radio/index.dart @@ -6,7 +6,6 @@ /// target: Radio相关 import 'package:flutter/material.dart'; - import 'package:flutter_go/components/widget_demo.dart'; import 'demo.dart'; @@ -26,7 +25,7 @@ Radio widget 代表表单中的单选按钮, 当groupValue = value时代表组 - value → T - 单选的值。 """; class Demo extends StatefulWidget { - static const String routeName = '/element/Form/Radio/index'; + static const String routeName = '/element/Form/Radio/Radio'; _DemoState createState() => _DemoState(); } @@ -40,7 +39,7 @@ class _DemoState extends State { ], title: 'Radio', docUrl: 'https://docs.flutter.io/flutter/material/Radio-class.html', - codeUrl: 'elements/Form/Radio/Radio/dome.dart', + codeUrl: 'elements/Form/Radio/Radio/demo.dart', ); } }