Skip to content

Commit aa98a60

Browse files
author
xuelong
committed
更新至1.2.1
1 parent d7944c8 commit aa98a60

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

art/md/cn/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
>添加:Header和Footer状态改变回调
9797
>添加:Header和Footer高度改变回调
9898
99-
## V 下个版本
99+
## V 1.2.1
100100
>规范代码,提高兼容性
101101
>调整:部分样式
102102
>库中不在自带星空样式,转移至example

art/md/en/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
>Add: Header and Footer status change callbacks
9797
>Add: Header and Footer height change callbacks
9898
99-
## V Next
99+
## V 1.2.1
100100
>Specification code to improve compatibility
101101
>Adjustment: part of the style
102102
>The library does not have its own space style, transfer to example

art/pkg/EasyRefresh.apk

-12 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.0+20
10+
version: 1.2.1+21
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.0
3+
version: 1.2.1
44
author: xuelongqy <xuelongqy@foxmail.com>
55
homepage: https://github.com/xuelongqy/flutter_easyrefresh
66

0 commit comments

Comments
 (0)