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 阿里拍卖前端团队
diff --git a/lib/widgets/elements/Form/Radio/Radio/index.dart b/lib/widgets/elements/Form/Radio/Radio/index.dart
index 8ec9dd9f..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/index.dart',
+ codeUrl: 'elements/Form/Radio/Radio/demo.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: '',