Skip to content

Commit

Permalink
[add] 补充Sliver系列的readme和screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallStoneSK committed Jul 29, 2019
1 parent 0850e64 commit 28d8fbf
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Flutter练习,欢迎Star,一起学习~
- [Flutter滚动型容器组件 - ListView篇](https://github.com/SmallStoneSK/Blog/issues/13)
- [Flutter网格型布局 - GridView篇](https://github.com/SmallStoneSK/Blog/issues/15)
- [在Flutter中使用自定义Icon](https://github.com/SmallStoneSK/Blog/issues/14)
- [在Flutter中创建有意思的滚动效果 - Sliver系列](https://github.com/SmallStoneSK/Blog/issues/18)

## 预览

Expand All @@ -24,4 +25,10 @@ Flutter练习,欢迎Star,一起学习~
<img width="24%" src="./lib/grid_view/screen_shots/service_categories.png"/>
<img width="24%" src="./lib/grid_view/screen_shots/programme_list.png"/>
<img width="24%" src="./lib/custom_icon/screen_shots/antd_icons.png"/>
<img width="24%" src="./lib/sliver_widgets/screen_shots/sliverList-sliverGrid.gif"/>
<img width="24%" src="./lib/sliver_widgets/screen_shots/sliverAppBar-float.gif"/>
<img width="24%" src="./lib/sliver_widgets/screen_shots/sliverAppBar-snap.gif"/>
<img width="24%" src="./lib/sliver_widgets/screen_shots/sliverAppBar-pinned.gif"/>
<img width="24%" src="./lib/sliver_widgets/screen_shots/sticky-tabBar.gif"/>
<img width="24%" src="./lib/sliver_widgets/screen_shots/custom-sliver-header.gif"/>
</div>
9 changes: 9 additions & 0 deletions lib/sliver_widgets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CustomScrollView和Sliver系列 - 示例

|1. [SliverList和SliverGrid](./basic_usage.dart)|2. [SliverAppBar float效果](./float_usage.dart)|3. [SliverAppBar snap效果](./snap_usage.dart)|
|----|---|---|
|<img width="265" src="./screen_shots/sliverList-sliverGrid.gif"/>|<img width="265" src="./screen_shots/sliverAppBar-float.gif"/>|<img width="265" src="./screen_shots/sliverAppBar-snap.gif"/>|

|4. [SliverAppBar pinned效果](./pinned_usage.dart)|5. [sticky吸顶效果](./sticky_usage.dart)|6. [自定义头部](./custom_sliver_header_usage.dart)|
|----|---|---|
|<img width="265" src="./screen_shots/sliverAppBar-pinned.gif"/>|<img width="265" src="./screen_shots/sticky-tabBar.gif"/>|<img width="265" src="./screen_shots/custom-sliver-header.gif"/>|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 28d8fbf

Please sign in to comment.