mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-05-17 21:05:56 +08:00
16
README.md
16
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)
|
||||
<img src="https://img.alicdn.com/tfs/TB1LbEYarys3KVjSZFnXXXFzpXa-378-380.jpg" width=200>
|
||||
|
||||
华为市场已上线,master分支上面已上传【FlutterGo.apk】apk包,可点击下载
|
||||
### iphone正式版,下载地址:
|
||||
|
||||
|
||||
iphone下载地址: AppStore上面进行搜索fluttego
|
||||
|
||||
<img src="https://img.alicdn.com/tfs/TB1trMgV7PoK1RjSZKbXXX1IXXa-620-1343.png" width=200> <img src="https://img.alicdn.com/tfs/TB1w_MbV7voK1RjSZFDXXXY3pXa-620-1343.png" width=200>
|
||||
- AppStore 搜索 "Fluttergo" 或者直接[点击下载](https://itunes.apple.com/cn/app/flutter-go/id1462026296?mt=8)
|
||||
<img src="https://img.alicdn.com/tfs/TB1PygPaBWD3KVjSZFsXXcqkpXa-380-376.jpg" width=200>
|
||||
|
||||
|
||||
## 基础环境
|
||||
@ -125,6 +125,4 @@ flutter优点主要包括:
|
||||
|
||||
- 大家的互相信任,尊重与支持,才是开源社区前进的动力和来源.
|
||||
|
||||
Powered by [阿里拍卖前端团队](https://github.com/alibaba-paimai-frontend)<img src="https://img.alicdn.com/tfs/TB1foEhAMHqK1RjSZJnXXbNLpXa-166-166.png" width=20 height=20>
|
||||
|
||||
+++++++
|
||||
Powered by 阿里拍卖前端团队<img src="https://img.alicdn.com/tfs/TB1foEhAMHqK1RjSZJnXXbNLpXa-166-166.png" width=20 height=20>
|
||||
|
@ -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<Demo> {
|
||||
],
|
||||
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',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ class Demo extends StatefulWidget {
|
||||
class _Demo extends State<Demo> {
|
||||
Widget build(BuildContext context) {
|
||||
return WidgetDemo(
|
||||
title: 'SwitchListTile',
|
||||
title: 'AnimatedSwitcher',
|
||||
codeUrl: 'elements/Form/Switch/AnimatedSwitcher/demo.dart',
|
||||
contentList: [contentA, AnimatedSwitcherDemo()],
|
||||
docUrl: '',
|
||||
|
Reference in New Issue
Block a user