mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-07-03 23:00:26 +08:00
84 lines
3.2 KiB
Markdown
84 lines
3.2 KiB
Markdown
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日 发布。**
|
||
|
||
|
||
## Release安装包下载地址
|
||
|
||
android下载地址:
|
||
|
||
<img src="https://img.alicdn.com/tfs/TB1q1GVB4naK1RjSZFtXXbC2VXa-195-198.png" width="200px">
|
||
|
||
iphone下载地址:
|
||
暂无
|
||
|
||
### 背景
|
||
|
||
#### Flutter 是什么?
|
||
|
||
2018年6月21日Google发布Flutter首个release预览版,作为Google 大力推出的一种全新的响应式,跨平台,高性能的移动开发框架。Flutter是一个跨平台的移动UI框架,旨在帮助开发者使用一套代码开发高性能、高保真的Android和iOS应用。
|
||
|
||
flutter优点主要包括:
|
||
- 跨平台
|
||
- 开源
|
||
- Hot Reload、响应式框架、及其丰富的控件以及开发工具
|
||
- 灵活的界面设计以及控件组合
|
||
- 借助可以移植的GPU加速的渲染引擎以及高性能ARM代码运行时已达到高质量的用户体验
|
||
|
||
#### Flutter Go 的由来
|
||
|
||
- Flutter学习资料太少,对于英文不好的同学相对来说比较困难
|
||
- 官网文档示例不够健全,不够直观
|
||
- 各个 widget 的用法各异,属性纷繁,要运行一个 widget 的 demo 往往要到处翻阅各种资料
|
||
|
||
#### Flutter Go 的优势
|
||
|
||
- 详解常用widget多达 **140+** 个
|
||
- 配套 Demo 详解 widget 常规用法
|
||
- 集中整合 widget 案例,一个 APP 搞定所有常用 widget 的用法
|
||
- 持续迭代 ‘追新’ 官方版本
|
||
|
||
### app 预览
|
||
|
||
<img src="https://img.alicdn.com/tfs/TB1pfkIDHPpK1RjSZFFXXa5PpXa-336-708.gif" width=200> <img src="https://img.alicdn.com/tfs/TB1lSMKDNTpK1RjSZR0XXbEwXXa-336-708.gif" width=200> <img src="https://img.alicdn.com/tfs/TB1klMNDSzqK1RjSZFpXXakSXXa-336-708.gif" width=200> <img src="https://img.alicdn.com/tfs/TB1tgoODFzqK1RjSZFCXXbbxVXa-336-708.gif" width=200>
|
||
|
||
### Core Team
|
||
|
||
<table>
|
||
<tbody>
|
||
<tr>
|
||
<td align="center" width="80" valign="top">
|
||
<img height="80" width="80" src="https://github.com/minghe.png?s=128">
|
||
<br>
|
||
<a href="https://github.com/minghe">@minghe</a>
|
||
</td>
|
||
<td align="center" width="80" valign="top">
|
||
<img height="80" width="80" src="https://github.com/ryan730.png?s=128">
|
||
<br>
|
||
<a href="https://github.com/ryan730">@ryan730</a>
|
||
</td>
|
||
<td align="center" width="80" valign="top">
|
||
<img height="80" width="80" src="https://github.com/Nealyang.png?s=128">
|
||
<br>
|
||
<a href="https://github.com/Nealyang">@Nealyang</a>
|
||
</td>
|
||
<td align="center" width="80" valign="top">
|
||
<img height="80" width="80" src="https://github.com/hanxu317317.png?s=128">
|
||
<br>
|
||
<a href="https://github.com/hanxu317317">@hanxu317317</a>
|
||
</td>
|
||
<td align="center" width="80" valign="top">
|
||
<img height="80" width="80" src="https://github.com/DeckeDeng.png?s=128">
|
||
<br>
|
||
<a href="https://github.com/DeckeDeng">@DeckeDeng</a>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
Powered by [阿里拍卖前端团队](https://github.com/alibaba-paimai-frontend)<img src="https://img.alicdn.com/tfs/TB1foEhAMHqK1RjSZJnXXbNLpXa-166-166.png" width=20 height=20>
|
||
|
||
|
||
|