# Flutter-Go **Repository Path**: MifanPay/Flutter-Go ## Basic Information - **Project Name**: Flutter-Go - **Description**: Flutter Go 是一个用来帮助开发者快速上手 Flutter 的手机 App,目前最新版是 Flutter Go 1.0 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 35 - **Created**: 2020-03-23 - **Last Updated**: 2024-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Flutter Go [中文简体](https://github.com/alibaba/flutter-go/blob/master/README.md) | Language: [English](https://github.com/alibaba/flutter-go/blob/master/README-en.md)  > Help developers get started quickly Flutter ## News ### 🔥 `Flutter Go 2.0` released > Flutter Go 2.0 according to [The Flutter-Go Roadmap for 2019](https://github.com/alibaba/flutter-go#the-flutter-go-roadmap%E8%B7%AF%E7%BA%BF%E5%9B%BE-for-2019) beginning of the year, the new feature is:
## How to use
- checkout version
```dart
flutter --version
```
- run doctor
```dart
flutter doctor
```
- start app
```dart
flutter packages get
flutter run
```
- other issues
- https://flutterchina.club/setup-macos/
- https://flutter.dev/docs/get-started/install/macos
## Release
### Android:
- [Download](https://github.com/alibaba/flutter-go/blob/master/android/app/release/app-release.apk)
### Ios:
- AppStore search "Fluttergo"
## Development Environment
This Project need latest package, please update regularly.
```dart
flutter --version
dart --version
pub --version
// Flutter (Channel beta, v1.7.8)
// Dart VM version: 2.4.0
// Pub 2.4.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
### Core Team
@minghe |
@ryan730 |
@Nealyang |
@hanxu317317 |
@DeckeDeng |