Skip to content

Commit 64e3117

Browse files
author
xuelongqy
committed
更新至1.0.4
1 parent 875d964 commit 64e3117

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.0.3-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)
5+
[![Pub](https://img.shields.io/badge/pub-v1.0.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

@@ -54,7 +54,7 @@
5454
```
5555
//pub方式
5656
dependencies:
57-
flutter_easyrefresh: ^1.0.3
57+
flutter_easyrefresh: ^1.0.4
5858
5959
//导入方式
6060
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.0.3-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)
5+
[![Pub](https://img.shields.io/badge/pub-v1.0.4-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh)
66

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

@@ -54,7 +54,7 @@ Just like the name, EasyRefresh can easily implement pull-down refresh and uploa
5454
```
5555
//pub
5656
dependencies:
57-
flutter_easyrefresh: ^1.0.3
57+
flutter_easyrefresh: ^1.0.4
5858
5959
//import
6060
dependencies:

art/md/cn/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
>修复:部分视图在非SafeArea中偏移问题
2323
>添加:CustomScrollView使用示例
2424
25-
## V 下个版本
25+
## V 1.0.4
2626
>修改:个人中心示例
2727
>添加:limitScroll属性(刷新或加载过程中列表是否可滚动)

art/md/en/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
>Repair:Partial view than SafeArea deviation
2323
>Add:CustomScrollView usage examples
2424
25-
## V Next
25+
## V 1.0.4
2626
>Modify:UserProfilePage
2727
>Add:limitScroll attribute (scrollable list during refresh or loading)

art/pkg/EasyRefresh.apk

404 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)