mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-06-23 15:43:29 +08:00
translate: translate the README to En locale
This commit is contained in:
79
README-en.md
Normal file
79
README-en.md
Normal file
@ -0,0 +1,79 @@
|
||||
## Flutter Go
|
||||
|
||||
> Help developers get started quickly Flutter ** In-house testing, the 1.0 official version will be released on February 20. **
|
||||
|
||||
|
||||
## Download URL
|
||||
|
||||
Android download URL:
|
||||
<img src="https://img.alicdn.com/tfs/TB1q1GVB4naK1RjSZFtXXbC2VXa-195-198.png" width="200px">
|
||||
|
||||
Iphone download URL:
|
||||
No
|
||||
|
||||
### 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>
|
Reference in New Issue
Block a user