Skip to content

Commit 3844d7f

Browse files
authored
Update README.md
1 parent fc30f29 commit 3844d7f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ This Demo contains contents as follow:
88
- [Page view](#pageview)
99
- [ListView](#listview)
1010
- [Slivers&CustomScrollView](#sliver)
11+
-[SliverPersistentHeader](#sliverpersistentheader)
1112
- [Nested ListView](#nestlistview)
13+
<img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/flutter_layout.gif" width="320">
14+
1215
## RowColumn
1316
> You can learn the layout of Row and Column.
1417
<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:
3336
## ListView
3437
> Comply scrolling with Vertical and Horizontal.
3538
<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+
3640
## Sliver
3741
Comply:
3842
- SliverGrid
@@ -41,6 +45,9 @@ Comply:
4145
- SliverFillViewport
4246
<img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/sliver_screen.png" width="320">
4347

48+
## SliverPersistentHeader
49+
<img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/hero_screen.png" width="320">
50+
4451
## NestListView
4552
> The child ListView nested in the parent ListView,I comply with two direction and you can change directions.
4653
<img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/nest_screen.png" width="320">

0 commit comments

Comments
 (0)