Skip to content

Commit

Permalink
更新至1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelong committed Jan 25, 2019
1 parent 9bae8ae commit 2cddde9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![License](https://img.shields.io/badge/license-MIT-green.svg)](/LICENSE)
[![Awesome Flutter](https://img.shields.io/badge/Awesome-Flutter-blue.svg?longCache=true&style=flat-square)](https://stackoverflow.com/questions/tagged/flutter?sort=votes)
[![Pub](https://img.shields.io/badge/pub-v1.1.9-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)
[![Pub](https://img.shields.io/badge/pub-v1.2.0-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)

## [English](https://github.com/xuelongqy/flutter_easyrefresh/blob/master/README_EN.md) | 中文

Expand Down Expand Up @@ -78,7 +78,7 @@
```
//pub方式
dependencies:
flutter_easyrefresh: ^1.1.9
flutter_easyrefresh: ^1.2.0
//导入方式
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![License](https://img.shields.io/badge/license-MIT-green.svg)](/LICENSE)
[![Awesome Flutter](https://img.shields.io/badge/Awesome-Flutter-blue.svg?longCache=true&style=flat-square)](https://stackoverflow.com/questions/tagged/flutter?sort=votes)
[![Pub](https://img.shields.io/badge/pub-v1.1.9-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)
[![Pub](https://img.shields.io/badge/pub-v1.2.0-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)

## English | [中文](https://github.com/xuelongqy/flutter_easyrefresh/blob/master/README.md)

Expand Down Expand Up @@ -78,7 +78,7 @@ Just like the name, EasyRefresh can easily implement pull-down refresh and uploa
```
//pub
dependencies:
flutter_easyrefresh: ^1.1.9
flutter_easyrefresh: ^1.2.0
//import
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion art/md/cn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
## V 1.1.9
>修复:不设置loadMore或者onRefresh时,回拉异常的问题
## V 下个版本
## V 1.2.0
>修复:onNoMore回调不准确问题
>添加:isRefreshing用于判断是否正在刷新或加载中
>添加:Header和Footer状态改变回调
Expand Down
2 changes: 1 addition & 1 deletion art/md/en/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
## V 1.1.9
>Repair: Pullback exception when loadMore or onRefresh is not set
## V Next
## V 1.2.0
>Repair: onNoMore callback is not accurate
>Add: isRefreshing to determine if it is being refreshed or loaded
>Add: Header and Footer status change callbacks
Expand Down
Binary file modified art/pkg/EasyRefresh.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Easy refresh example.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 1.1.8+18
version: 1.2.0+20

environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
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: flutter_easyrefresh
description: A widget provided to the flutter scroll component drop-down refresh and pull up load.
version: 1.1.9
version: 1.2.0
author: xuelongqy <[email protected]>
homepage: https://github.com/xuelongqy/flutter_easyrefresh

Expand Down

0 comments on commit 2cddde9

Please sign in to comment.