|
1 | 1 |
|
2 | 2 | ## Just for learnning
|
3 | 3 | ### 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 | + |
5 | 13 | ## 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"> |
7 | 17 |
|
8 | 18 | ## 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 | + |
28 | 23 | <img src="https://github.com/nb312/flutter_layout/blob/master/screenshots/flutter_layout.gif" width="320">
|
29 | 24 |
|
30 | 25 |
|
|
0 commit comments