Help developers get started quickly Flutter
Flutter Go 2.0 according to The Flutter-Go Roadmap for 2019 beginning of the year, the new feature is:
-
Flutter Go
website (news,publish,learn) -
Flutter Go web
(web version to learn) -
user center (yourself
widget
)- login (with
GitHub
) - search (search about
Flutter
) - favorite component (save online)
- issues (APP online
ISSUES
) - favorite (APP favorite)
- login (with
-
Flutter Go
pull request
tools- build
Flutter Go Widget
standard template with terminal markdown
template (when merge master breach)
-
Flutter Go
APP
auto upgrade -
template sync ( pc, native )
-
Flutter Go
store
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.
we are based on the official dart language specification。
<< Flutter Go development specification >>
Considering Flutter's future changes and strategy variability, roadmap does not rule out some adjustments, but overall it will not change much.
- checkout version
flutter --version
- run doctor
flutter doctor
- start app
flutter packages get
flutter run
- other issues
- AppStore search "Fluttergo"
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
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
- 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.
- 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
@minghe |
@ryan730 |
@Nealyang |
@hanxu317317 |
@DeckeDeng |