Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peng8350 committed May 21, 2018
1 parent 2a0fa1a commit fbe1cf9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@ Notice: This version of the code changes much, Api too
* The indicators are divided into two categories, loadIndicator and refreshIndicator, and the two support header and footer
* provided a controller to invoke some essential operations inside.
* Move triggerDistance,completeTime such props to Config
* Add ClassicIndicator Convenient construction indicator
* Add ClassicIndicator Convenient construction indicator

## 1.1.1
* Make triigerDistance be equally vaild for LoadWrapper
* Add enableOverScroll attribute
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you are Chinese,click here([中文文档](https://github.com/peng8350/flutter
```
dependencies:
pull_to_refresh: ^1.1.0
pull_to_refresh: ^1.1.1
```

Expand Down Expand Up @@ -141,7 +141,7 @@ SmartRefresher:
| controller | controll inner some states | RefreshController | null | optional |
| headerConfig | This setting will affect which type of indicator you use and config contains a lot props,such as triigerDistance,completedurtion... | Config | RefreshConfig | optional |
| footerConfig | This setting will affect which type of indicator you use and config contains a lot props,such as triigerDistance,completedurtion... | Config | LoadConfig | optional |

| enableOverScroll | the switch of Overscroll,When you use RefreshIndicator(Material), you may have to shut down. | bool | true | optional |

## Attention point
1.The component is unbounded, so when you use it, be careful about the problems caused by the height, especially the column, stack, which is also a control of unrestricted height, to be extra careful.
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
```
dependencies:
pull_to_refresh: ^1.1.0
pull_to_refresh: ^1.1.1
```

Expand Down Expand Up @@ -137,7 +137,7 @@ new ListView(){
| controller | 控制内部状态 | RefreshController | null | optional |
| headerConfig | 这个设置会影响你使用哪种指示器,config还有几个属性可以设置 | Config | RefreshConfig | optional |
| footerConfig | 这个设置会影响你使用哪种指示器,config还有几个属性可以设置 | Config | LoadConfig | optional |

| enableOverScroll | 越界回弹的开关,如果你要配合RefreshIndicator(material包)使用,有可能要关闭 | bool | true | optional |



Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pull_to_refresh
description: a widget provided to the flutter scroll component drop-down refresh and pull up load.
version: 1.1.0
version: 1.1.1
author: Jpeng <[email protected]>
homepage: https://github.com/peng8350/flutter_pulltorefresh

Expand Down

0 comments on commit fbe1cf9

Please sign in to comment.