Flutter Learning Record-Opening

Flutter Learning Record-Opening

This blog is to record the content of learning Flutter and some problems encountered.
I followed the book "Flutter Combat" to learn Flutter.
The following is a brief introduction to this book.

Author:

Author Du Wen (screen name wendux), senior technical expert, well-known Nuggets columnist, founder of the Flutter Chinese network community, initiator of the Flutter Chinese community open source project, well-known developer of the Github community. Author of open source projects. The author has worked for Internet companies such as Baidu and Xiaoying Technology. He has worked in PC desktop development, mobile terminal development, and Web development. He has been responsible for many core technical breakthroughs, and is currently working at ByteDance. At present, in his free time, he mainly focuses on the development of large front-end industries.

brief introduction

This book introduced Flutter technology and development process from shallow to deep. This book contains not only a large number of examples and pictures, but also supporting sample source code, which can help readers master the Flutter development technology step by step. This book is divided into three chapters: entry, advanced, and examples. The entry (Chapter 1 Chapter 7) mainly introduces the background, common components and layout methods of Flutter technology. Through the study of the entry, readers can master How to use Flutter to build a UI interface. Advanced articles (Chapter 8 Chapter 14), including event mechanism in Flutter, animation, custom components, files and networks, plug-ins, internationalization, and Flutter core principles. Through the content of this chapter, the reader can have a deep understanding of the overall construction and principles of Flutter. Examples (Chapter 15), this chapter mainly uses a short version of the Github APP to string together the content described earlier, so that developers have a complete understanding of the Flutter APP development flow.

For the crowd

Readers are familiar with at least one programming language.
Readers are best exposed to one of PC client, mobile development or Web front-end development.
This book is not suitable as an introduction to programming.

As mentioned above, this book is not suitable as a primer for programming. And I think that people who learn Flutter will certainly not be the first time to contact programming. I have been more or less exposed to programming before, or like me, I was previously engaged in Android programming. I think most of them should be working like me for some time, want to charge and recharge, or add a skill to self-defense. Since everyone wants to learn Flutter, they must have a certain understanding of it, and they will have a rough judgment on its future development. Anyway, Yiduo does not crush. Let's get started, here are some other information about Flutter that I collected.

  1. Flutter Chinese website is also a website operated by the author of this book.
  2. A Flutter learning collection by Flutter Go Ali
  3. Dart packages Flutter package resources

This chapter is over.
In the next chapter, we will officially start to learn Flutter, including the introduction of Flutter, advantages, framework structure, building Flutter development environment, Dart language introduction.
Make progress together with everyone!

Published 6 original articles · received 1 · views 443

Guess you like

Origin blog.csdn.net/qq_35809004/article/details/105554573