Skip to content

Commit

Permalink
update: 更新至2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
knoyo committed Dec 13, 2019
1 parent 1457757 commit 13a83b4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@
>Support: Flutter v1.12 and above
>Add: Globalization
>Fix: success setting to false in case of infinite loading
## V 2.0.7
>Fixed: Type error after setting text in classic style issues#217
5 changes: 4 additions & 1 deletion CHANGELOG_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@
## V 2.0.6
>支持:Flutter v1.12及其以上版本
>添加:国际化
>修复:无限加载情况下,success设置为false无效
>修复:无限加载情况下,success设置为false无效
## V 2.0.7
>修复:经典样式设置文字后类型错误 issues#217
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.0.6-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)
[![Pub](https://img.shields.io/badge/pub-v2.0.7-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 @@ -80,7 +80,7 @@ Demo:[下载 APK-Demo](https://github.com/xuelongqy/flutter_easyrefresh/raw/ma
```
//pub方式
dependencies:
flutter_easyrefresh: ^2.0.6
flutter_easyrefresh: ^2.0.7
//导入方式
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.0.6-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)
[![Pub](https://img.shields.io/badge/pub-v2.0.7-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)

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

Expand Down Expand Up @@ -80,7 +80,7 @@ Demo:[Download APK-Demo](https://github.com/xuelongqy/flutter_easyrefresh/raw/
```
//pub
dependencies:
flutter_easyrefresh: ^2.0.6
flutter_easyrefresh: ^2.0.7
//import
dependencies:
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: 2.0.6
version: 2.0.7
# author: xuelongqy <[email protected]>
homepage: https://github.com/xuelongqy/flutter_easyrefresh

Expand Down

0 comments on commit 13a83b4

Please sign in to comment.