diff --git a/CHANGELOG.md b/CHANGELOG.md index 66795611..e0e13786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log -## Next +## V 2.1.0 >Fix: After using firstRefreshWidget, pull down refresh does not take effect [issues#250](https://github.com/xuelongqy/flutter_easyrefresh/issues/250),[issues#256](https://github.com/xuelongqy/flutter_easyrefresh/issues/256) ## V 2.0.9 diff --git a/CHANGELOG_CN.md b/CHANGELOG_CN.md index 39123cf5..d9bc1c78 100644 --- a/CHANGELOG_CN.md +++ b/CHANGELOG_CN.md @@ -1,6 +1,6 @@ # 更新日志 -## 下个版本 +## V 2.1.0 >修复:使用firstRefreshWidget后,下拉刷新不生效 [issues#250](https://github.com/xuelongqy/flutter_easyrefresh/issues/250),[issues#256](https://github.com/xuelongqy/flutter_easyrefresh/issues/256) ## V 2.0.9 diff --git a/README.md b/README.md index 2789b7ac..0c9ff978 100644 --- a/README.md +++ b/README.md @@ -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.9-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh) +[![Pub](https://img.shields.io/badge/pub-v2.1.0-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh) ## [English](https://github.com/xuelongqy/flutter_easyrefresh/blob/v2/README_EN.md) | 中文 @@ -16,10 +16,9 @@ Demo:[下载 APK-Demo](https://github.com/xuelongqy/flutter_easyrefresh/raw/ma ## 特点功能: - - 支持Andorid(光晕),ios(越界回弹)效果 - 支持绝大多数Widget - 支持自定义并且已经集成了很多炫酷的 Header 和 Footer - - 支持下拉刷新、上拉加载(可自动) + - 支持下拉刷新、上拉加载(可控制触发) - 支持 Header 和 Footer 列表嵌入以及视图浮动两种形式 - 支持列表事件监听,制作任何样子的 Header 和 Footer,并且能够放在任何位置 - 支持首次刷新,并自定义视图 @@ -80,7 +79,7 @@ Demo:[下载 APK-Demo](https://github.com/xuelongqy/flutter_easyrefresh/raw/ma ``` //pub方式 dependencies: - flutter_easyrefresh: ^2.0.9 + flutter_easyrefresh: ^2.1.0 //导入方式 dependencies: diff --git a/README_EN.md b/README_EN.md index 0935922b..7be341fe 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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.9-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh) +[![Pub](https://img.shields.io/badge/pub-v2.1.0-orange.svg)](https://pub.dartlang.org/packages/flutter_easyrefresh) ## English | [中文](https://github.com/xuelongqy/flutter_easyrefresh/blob/v2/README.md) @@ -16,10 +16,9 @@ Demo:[Download APK-Demo](https://github.com/xuelongqy/flutter_easyrefresh/raw/ ## Features: - - Support android (halo), ios (cross springback) effect - Support for most Widgets - Support custom and has integrated a lot of cool Header and Footer - - Support pull refresh, on the load (automatically) + - Support pull refresh, on the load (controllable trigger) - Support the Header and Footer list embedded and view the floating two forms - Support list event listener, make any look of Header and Footer, and can be placed anywhere - Support for first refresh and custom view @@ -80,7 +79,7 @@ Demo:[Download APK-Demo](https://github.com/xuelongqy/flutter_easyrefresh/raw/ ``` //pub dependencies: - flutter_easyrefresh: ^2.0.9 + flutter_easyrefresh: ^2.1.0 //import dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index f6f5e96f..97547be0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.9 +version: 2.1.0 homepage: https://github.com/xuelongqy/flutter_easyrefresh repository: https://github.com/xuelongqy/flutter_easyrefresh issue_tracker: https://github.com/xuelongqy/flutter_easyrefresh/issues