Skip to content

Commit

Permalink
更新至1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelong committed Jan 23, 2019
1 parent 6fd3a1d commit 7008b5b
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.5-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)
[![Pub](https://img.shields.io/badge/pub-v1.1.6-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 @@ -77,7 +77,7 @@
```
//pub方式
dependencies:
flutter_easyrefresh: ^1.1.5
flutter_easyrefresh: ^1.1.6
//导入方式
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.5-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)
[![Pub](https://img.shields.io/badge/pub-v1.1.6-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)

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

Expand Down Expand Up @@ -77,7 +77,7 @@ Just like the name, EasyRefresh can easily implement pull-down refresh and uploa
```
//pub
dependencies:
flutter_easyrefresh: ^1.1.5
flutter_easyrefresh: ^1.1.6
//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 @@ -75,7 +75,7 @@
## V 1.1.5
>修复:下拉可能卡住的问题
## V 下个版本
## V 1.1.6
>修复:BallPulse有时出现跳动的问题
>修复:Footer浮动时回拉列表跟随移动问题
>修复:Header浮动时切换方向,列表小幅度移动
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 @@ -75,7 +75,7 @@
## V 1.1.5
>Repair: Pull down may get stuck
## V Next
## V 1.1.6
>Repair: BallPulse sometimes bounces
>Repair:Footer float when the pullback list follows the move
>Repair:Switch direction when Header floats, list moves slightly
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.5+15
version: 1.1.6+16

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.5
version: 1.1.6
author: xuelongqy <[email protected]>
homepage: https://github.com/xuelongqy/flutter_easyrefresh

Expand Down

0 comments on commit 7008b5b

Please sign in to comment.