flutter_layout
Layout of the flutter example.such as Row,Comlun,listview,Just for learning.
This project contains contents are following:
| Scrollview | Sliver | common layout | Other |
|---|---|---|---|
| Page view | SliverPersistentHeader | Row | InkWell |
| ListView | SliverGrid | Stack | Shadow |
| CustomScrollView | SliverFixedExtentList,SliverList | Expanded | Image.asset |
| Nested ListView | SliverFillViewport | SizedBox | Padding |
| GridView | CrossAxisAlignment | Center | Column |
ScrollView

Common Layout

GrideView
