File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
### This project contains contents are following:
5
5
Scrollview | Sliver | common layout | Other |
6
6
--- | --- | --- |---
7
- Page view | SliverPersistentHeader| Row,Column,CrossAxisAlignment | InkWell
7
+ Page view | SliverPersistentHeader| Row | InkWell
8
8
ListView | SliverGrid | Stack | Shadow
9
- CustomScrollView | SliverFixedExtentList,SliverList | Expanded,Padding | Image.asset
10
- Nested ListView | SliverFillViewport | SizedBox
11
- GridView | -- | Center |
9
+ CustomScrollView | SliverFixedExtentList,SliverList | Expanded | Image.asset
10
+ Nested ListView | SliverFillViewport | SizedBox | Padding
11
+ GridView | CrossAxisAlignment | Center | Column
12
12
13
13
## ScrollView
14
14
<img src =" https://github.com/nb312/flutter_layout/blob/master/screenshots/nest_screen.png " width =" 200 " > <img src =" https://github.com/nb312/flutter_layout/blob/master/screenshots/sliver_screen.png " width =" 200 " > <img src =" https://github.com/nb312/flutter_layout/blob/master/screenshots/hero_screen.png " width =" 200 " >
You can’t perform that action at this time.
0 commit comments