Skip to content

Commit 3ceb24f

Browse files
author
xuelong
committed
升级至1.2.4
1 parent d37a129 commit 3ceb24f

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-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.3-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)
5+
[![Pub](https://img.shields.io/badge/pub-v1.2.4-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.3
81+
flutter_easyrefresh: ^1.2.4
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.3-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)
5+
[![Pub](https://img.shields.io/badge/pub-v1.2.4-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.3
81+
flutter_easyrefresh: ^1.2.4
8282
8383
//import
8484
dependencies:

art/md/cn/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,5 @@
107107
## V 1.2.3
108108
>添加:onRefresh和loadMore为null时的回弹效果 [#18](https://github.com/xuelongqy/flutter_easyrefresh/issues/18)
109109
110-
## V 下个版本
110+
## V 1.2.4
111111
>添加:NestedScrollView支持 [#7](https://github.com/xuelongqy/flutter_easyrefresh/issues/7),[#11](https://github.com/xuelongqy/flutter_easyrefresh/issues/11)

art/md/en/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,5 @@
107107
## V 1.2.3
108108
>Add: rebound effect when onRefresh and loadMore are null [#18](https://github.com/xuelongqy/flutter_easyrefresh/issues/18)
109109
110-
## V Next
110+
## V 1.2.4
111111
>Add: support for NestedScrollView [#7](https://github.com/xuelongqy/flutter_easyrefresh/issues/7),[#11](https://github.com/xuelongqy/flutter_easyrefresh/issues/11)

art/pkg/EasyRefresh.apk

32.4 KB
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.3+23
10+
version: 1.2.4+24
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.3
3+
version: 1.2.4
44
author: xuelongqy <xuelongqy@foxmail.com>
55
homepage: https://github.com/xuelongqy/flutter_easyrefresh
66

0 commit comments

Comments
 (0)