Skip to content

Commit 0189071

Browse files
authoredDec 10, 2018
Update README.md
1 parent 9ff6715 commit 0189071

File tree

1 file changed

+16
-21
lines changed

1 file changed

+16
-21
lines changed
 

‎README.md

+16-21
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,25 @@
11

22
## Just for learnning
33
### Show some :heart: and star the repo to support the project.Thanks!
4-
4+
### This Demo contains contents as follow:
5+
Scrollview | Sliver | common layout | Other |
6+
--- | --- | --- |---
7+
Page view | SliverPersistentHeader| Row,Column,CrossAxisAlignment | InkWell
8+
ListView | SliverGrid | Stack | Shadow
9+
CustomScrollView | SliverFixedExtentList,SliverList | Expanded,Padding | Image.asset
10+
Nested ListView | SliverFillViewport | SizedBox
11+
GridView | -- | Center |
12+
513
## ScrollView
6-
<img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/nest_screen.png" width="320"> <img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/sliver_screen.png" width="320"> <img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/hero_screen.png" width="320"> <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"> <img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/page_view_screen.png" width="320">
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">
15+
16+
<img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/list_screen_1.png" width="200"> <img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/list_screen_2.png" width="200"> <img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/page_view_screen.png" width="200">
717

818
## Common Layout
9-
<img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/row_column.jpg" width="320"><img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/cross_align.jpg" width="320"><img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/stack_screen_1.png" width="320"> <img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/stack_screen_2.png" width="320"><img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/expand_screen.png" width="320"><img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/padding_screen.png" width="320">
10-
11-
### This Demo contains contents as follow:
12-
- Row
13-
- Column
14-
- CrossAxisAlignment
15-
- Stack
16-
- Expanded
17-
- Padding
18-
- Page view
19-
- ListView
20-
- CustomScrollView
21-
- SliverPersistentHeader
22-
- Nested ListView
23-
- Sliver
24-
- SliverGrid
25-
- SliverFixedExtentList
26-
- SliverList
27-
- SliverFillViewport
19+
<img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/row_column.jpg" width="200"> <img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/stack_screen_1.png" width="200"> <img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/cross_align.jpg" width="200">
20+
21+
<img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/stack_screen_2.png" width="200"><img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/expand_screen.png" width="200"> <img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/padding_screen.png" width="200">
22+
2823
<img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/flutter_layout.gif" width="320">
2924

3025

0 commit comments

Comments
 (0)