Skip to content

Latest commit

 

History

History
161 lines (121 loc) · 6.36 KB

README-en.md

File metadata and controls

161 lines (121 loc) · 6.36 KB

Flutter Go

中文简体 | Language: English

https://img.alicdn.com/tfs/TB1OJkeHNYaK1RjSZFnXXa80pXa-229-229.png

Help developers get started quickly Flutter

News

🔥 Flutter Go 2.0 released

Flutter Go 2.0 according to The Flutter-Go Roadmap for 2019 beginning of the year, the new feature is:

mark:✔ is this version

Third part build

Because the content of ** flutter ** is updated faster, we can't enrich the content of the project faster, If you are willing to contribute to the development and learning of flutter, please see the build instructions before you start, we will put the builder's avatar and nick to the websit.

Logs

resource

Development specification

we are based on the official dart language specification

<< Flutter Go development specification >>

The Flutter-Go Roadmap for 2019

Considering Flutter's future changes and strategy variability, roadmap does not rule out some adjustments, but overall it will not change much.

How to use

  • checkout version
  flutter --version
  • run doctor
  flutter doctor
  • start app
  flutter packages get
  flutter run

Release

Android:

Ios:

  • AppStore search "Fluttergo"

Development Environment

This Project need latest package, please update regularly.

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

Powered by Alibaba Auction Front-end Team