flutter_layout
The layout is an important part of making a nice and cool interface. It will help you a lot with your website. This is the 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

GitHub
https://github.com/nb312/flutter_layout