Skip to content

Commit 8f6f7d2

Browse files
author
xuelong
committed
更新至1.2.5
1 parent 5e47a58 commit 8f6f7d2

File tree

7 files changed

+17
-8
lines changed

7 files changed

+17
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

@@ -78,7 +78,7 @@
7878
```
7979
//pub方式
8080
dependencies:
81-
flutter_easyrefresh: ^1.2.4
81+
flutter_easyrefresh: ^1.2.5
8282
8383
//导入方式
8484
dependencies:

README_EN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

@@ -78,7 +78,7 @@ Just like the name, EasyRefresh can easily implement pull-down refresh and uploa
7878
```
7979
//pub
8080
dependencies:
81-
flutter_easyrefresh: ^1.2.4
81+
flutter_easyrefresh: ^1.2.5
8282
8383
//import
8484
dependencies:

art/md/cn/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,9 @@
108108
>添加:onRefresh和loadMore为null时的回弹效果 [#18](https://github.com/xuelongqy/flutter_easyrefresh/issues/18)
109109
110110
## V 1.2.4
111-
>添加:NestedScrollView支持 [#7](https://github.com/xuelongqy/flutter_easyrefresh/issues/7),[#11](https://github.com/xuelongqy/flutter_easyrefresh/issues/11)
111+
>添加:NestedScrollView支持 [#7](https://github.com/xuelongqy/flutter_easyrefresh/issues/7),[#11](https://github.com/xuelongqy/flutter_easyrefresh/issues/11)
112+
113+
## 1.2.5
114+
>修复:CustomScrollView不维护semanticChildCount报错问题 [#24](https://github.com/xuelongqy/flutter_easyrefresh/issues/24),[#25](https://github.com/xuelongqy/flutter_easyrefresh/issues/25)
115+
>修复:CustomScrollView刷新或加载导致emptyWidget多次添加问题,感谢hwh97 [#29](https://github.com/xuelongqy/flutter_easyrefresh/pull/29)
116+

art/md/en/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,8 @@
108108
>Add: rebound effect when onRefresh and loadMore are null [#18](https://github.com/xuelongqy/flutter_easyrefresh/issues/18)
109109
110110
## V 1.2.4
111-
>Add: support for NestedScrollView [#7](https://github.com/xuelongqy/flutter_easyrefresh/issues/7),[#11](https://github.com/xuelongqy/flutter_easyrefresh/issues/11)
111+
>Add: support for NestedScrollView [#7](https://github.com/xuelongqy/flutter_easyrefresh/issues/7),[#11](https://github.com/xuelongqy/flutter_easyrefresh/issues/11)
112+
113+
## 1.2.5
114+
>Fix: CustomScrollView does not maintain semanticChildCount error [#24](https://github.com/xuelongqy/flutter_easyrefresh/issues/24),[#25](https://github.com/xuelongqy/flutter_easyrefresh/issues/25)
115+
>Fix: CustomScrollView refresh or load causes emptyWidget to be added multiple times, thanks to hwh97 [#29](https://github.com/xuelongqy/flutter_easyrefresh/pull/29)

art/pkg/EasyRefresh.apk

-48 Bytes
Binary file not shown.

example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Easy refresh example.
77
# Both the version and the builder number may be overridden in flutter
88
# build by specifying --build-name and --build-number, respectively.
99
# Read more about versioning at semver.org.
10-
version: 1.2.4+24
10+
version: 1.2.5+25
1111

1212
environment:
1313
sdk: ">=2.0.0-dev.68.0 <3.0.0"

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_easyrefresh
22
description: A widget provided to the flutter scroll component drop-down refresh and pull up load.
3-
version: 1.2.4
3+
version: 1.2.5
44
author: xuelongqy <xuelongqy@foxmail.com>
55
homepage: https://github.com/xuelongqy/flutter_easyrefresh
66

0 commit comments

Comments
 (0)