mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-07-03 23:00:26 +08:00
89 lines
3.6 KiB
Markdown
89 lines
3.6 KiB
Markdown
## Flutter Go
|
||
|
||

|
||
|
||
> Help developers get started quickly Flutter **Flutter Go 1.0 Android has been released**
|
||
|
||
|
||
## Download URL
|
||
|
||
Android download URL:
|
||
|
||
<img src="https://img.alicdn.com/tfs/TB1jGgfQ7voK1RjSZFNXXcxMVXa-438-426.png" width="200px">
|
||
|
||
Iphone download URL:
|
||
No
|
||
|
||
## Development Environment
|
||
This Project need latest package, please update regularly.
|
||
|
||
- dart(version: 2.0.0)
|
||
- flutter(version: v1.0.0)
|
||
|
||
### 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
|
||
|
||
<img src="https://img.alicdn.com/tfs/TB1oeicBhjaK1RjSZFAXXbdLFXa-345-717.gif" width=200> <img src="https://img.alicdn.com/tfs/TB1WJNuBmzqK1RjSZPcXXbTepXa-345-717.gif" width=200> <img src="https://img.alicdn.com/tfs/TB13Xh3BkvoK1RjSZFNXXcxMVXa-345-717.gif" width=200> <img src="https://img.alicdn.com/tfs/TB1MtdSBjDpK1RjSZFrXXa78VXa-345-717.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 [Alibaba Auction Front-end Team](https://github.com/alibaba-paimai-frontend)<img src="https://img.alicdn.com/tfs/TB1foEhAMHqK1RjSZJnXXbNLpXa-166-166.png" width= 20 height=20>
|