File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ This Demo contains contents as follow:
8
8
- [ Page view] ( #pageview )
9
9
- [ ListView] ( #listview )
10
10
- [ Slivers&CustomScrollView] ( #sliver )
11
+ -[ SliverPersistentHeader] ( #sliverpersistentheader )
11
12
- [ Nested ListView] ( #nestlistview )
13
+ <img src =" https://github.com/nb312/flutter_layout/blob/master/screenshots/flutter_layout.gif " width =" 320 " >
14
+
12
15
## RowColumn
13
16
> You can learn the layout of Row and Column.
14
17
<img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/row_column.jpg" width="320">
@@ -33,6 +36,7 @@ This Demo contains contents as follow:
33
36
## ListView
34
37
> Comply scrolling with Vertical and Horizontal.
35
38
<img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/list_screen_1.png" width="320"> <img src =" https://github.com/nb312/flutter_layout/blob/master/screenshots/list_screen_2.png " width =" 320 " >
39
+
36
40
## Sliver
37
41
Comply:
38
42
- SliverGrid
@@ -41,6 +45,9 @@ Comply:
41
45
- SliverFillViewport
42
46
<img src =" https://github.com/nb312/flutter_layout/blob/master/screenshots/sliver_screen.png " width =" 320 " >
43
47
48
+ ## SliverPersistentHeader
49
+ <img src =" https://github.com/nb312/flutter_layout/blob/master/screenshots/hero_screen.png " width =" 320 " >
50
+
44
51
## NestListView
45
52
> The child ListView nested in the parent ListView,I comply with two direction and you can change directions.
46
53
<img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/nest_screen.png" width="320">
You can’t perform that action at this time.
0 commit comments