I have been learning about Flutter for 2 months now. Record my learning process. The microsecond thermal overload of Flutter is so exciting that I can’t go back to iOS development.

In order to avoid detours and improve learning efficiency, the following are some learning resources sorted out by themselves.

  1. Recommend Chinese website first Flutter community resources in Chinese | | Flutter Chinese document Flutter in Chinese community, there are many tutorials and introduction, can be of interest to look at, and generally have a knowledge of Flutter.
  2. This book is highly recommended. Read it from start to finish. Be sure to follow the examples and type some code. I believe that if you read it carefully, you can quickly develop a Flutter application from start to finish.
  3. Flutter widgets are the core of Flutter. Learning about flutter components is highly recommended. The official YouTube channel of Flutter Widget of the Week – YouTube updates the usage of Flutter widgets every Week.
  4. Learn How to choose which flutter Animation Widget is right for you? – Flutter in Focus – YouTube, after watching you will feel that Flutter animation is so easy to use.
  5. Also learn Generator Functions – Flutter in focus-youtube, including Generator, ASYCN, await, Isolate introduction.
  6. To learn more about the use of Stateless Widgets, Stateful Widgets, Inherit Widgets, and Key, we recommend the series Flutter Widgets 101 – YouTube
  7. Finally I have a tutorial that I think will allow you to quickly write all kinds of complex UI and learn how to use all kinds of components. This is The YouTube channel The Flutter Way – YouTubeMarcus Ng – YouTube. They find some nice UI, Written with Flutter, a video of about half an hour has many different KINDS of UI tutorials (facebook homepage, Netflix homepage, Instagram homepage, shop, chat, clock, etc.) and after watching one or two of them you can learn how to use most of the components. The source code is also at the bottom of the video. For the entry of students very recommended!! Highly recommended!!

So much for now, there will be updates…