D.4. How to I make complex layouts like UITableView?

In iOS, you can show a list of elements in either a UITableView or UICollectionView. In Flutter, this can be done with ListView widgets, GridView widgets, and Table widgets.

The ListView widget is specifically a great example of Flutter versus iOS. Unlike iOS, there’s no need to determine the number of rows or the size of the cells up front. Due partially to the immutability of widgets, you simply pass a list of widgets to a ListView and it just works.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.138.204.186