It has been nearly 2 years since I learned about Flutter. I have compiled 179 basic usage, interface description and usage scenarios of Flutter components. Now I share this document with you.

introduce

If you feel that the use of the source file is not convenient to view, you can go to the old Meng programmer blog to view, in addition to view more convenient, there are the following benefits:

  • All components are sorted alphabetically for easy lookup.
  • It lists common and very useful components, and beginners only need to focus on the common components.
  • Here’s a bit of personal advice for beginners, avoid detours.
  • All control class inheritance diagram, control statistics a total of 353.
  • The usage of new components can be updated regularly, and we can also join wechat communication group (the last group method), which will be updated synchronously.

Correlation control comparison

This method combines related or similar controls together for easy comparison, such as Button controls. A number of Button controls, such as RaisedButton and FlatButton, are provided in Flutter.

By putting all of these controls together, no matter which control you look for, you can see other similar components.

Where there is life there is renewal

In the future, components will continue to be updated until the collection is complete. Currently, there are 353 subclasses of widgets and indirect subclasses alone, so there is a long way to go. There is a Github express at the top right corner of the blog, so if you find something wrong, you can change it or ask questions on Github.

Blog: Laomengit.com/

Github open Source: github.com/781238222/f…

communication

Github address: github.com/781238222/f…

170+ Component details: laomengit.com