Skip to content

Commit

Permalink
更新:至2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knoyo committed Apr 14, 2020
1 parent e412fde commit 2878850
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log

## Next
## V 2.1.1
>Fix: BezierCircleHeader progress bar is occasionally not hidden
>Update: TaurusHeader add backgroundColor parameter [issues#269](https://github.com/xuelongqy/flutter_easyrefresh/issues/269)
>Add: key and EasyRefresh.custom listKey [issues#273](https://github.com/xuelongqy/flutter_easyrefresh/issues/273)
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 更新日志

## 下个版本
## V 2.1.1
>修复:BezierCircleHeader进度条偶尔不隐藏
>更新:TaurusHeader添加背景色设置 [issues#269](https://github.com/xuelongqy/flutter_easyrefresh/issues/269)
>添加:key 和 EasyRefresh.custom listKey [issues#273](https://github.com/xuelongqy/flutter_easyrefresh/issues/273)
Expand Down
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-v2.1.0-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)
[![Pub](https://img.shields.io/badge/pub-v2.1.1-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)

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

Expand Down Expand Up @@ -79,7 +79,7 @@ Demo:[下载 apk](https://github.com/xuelongqy/flutter_easyrefresh/raw/master/
```
//pub方式
dependencies:
flutter_easyrefresh: ^2.1.0
flutter_easyrefresh: ^2.1.1
//导入方式
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-v2.1.0-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)
[![Pub](https://img.shields.io/badge/pub-v2.1.1-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)

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

Expand Down Expand Up @@ -79,7 +79,7 @@ Demo:[Download apk](https://github.com/xuelongqy/flutter_easyrefresh/raw/maste
```
//pub
dependencies:
flutter_easyrefresh: ^2.1.0
flutter_easyrefresh: ^2.1.1
//import
dependencies:
Expand Down
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: EasyRefresh 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: 2.0.9+36
version: 2.1.1+37

environment:
sdk: ">=2.3.0 <3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions 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: 2.1.0
description: A flutter widget that provides pull-down refresh and pull-up load.
version: 2.1.1
homepage: https://github.com/xuelongqy/flutter_easyrefresh
repository: https://github.com/xuelongqy/flutter_easyrefresh
issue_tracker: https://github.com/xuelongqy/flutter_easyrefresh/issues
Expand Down

0 comments on commit 2878850

Please sign in to comment.