From fd5d9d1deaa5926a65fe65734346b53fd4065942 Mon Sep 17 00:00:00 2001 From: xuelong Date: Thu, 27 Apr 2023 15:19:11 +0800 Subject: [PATCH] release: 3.3.1+2 --- CHANGELOG.md | 3 +++ example/pubspec.yaml | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d304f57..9a9dfc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.3.1+2 +- fix: Secondary click event hit area [#688](https://github.com/xuelongqy/flutter_easy_refresh/issues/688), Thanks notbucai for [PR#714](https://github.com/xuelongqy/flutter_easy_refresh/pull/714). + ## 3.3.1+1 - fix: Increase the priority of ClassicIndicator.pullIconBuilder [#674](https://github.com/xuelongqy/flutter_easy_refresh/issues/674). - fix: fit parameter is invalid [#708](https://github.com/xuelongqy/flutter_easy_refresh/issues/708). diff --git a/example/pubspec.yaml b/example/pubspec.yaml index dd13ca0..9a51470 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -27,9 +27,9 @@ dependencies: get: ^4.6.5 convert: ^3.1.1 carousel_slider: ^4.2.1 - rive: ^0.10.2 + rive: ^0.10.4 qr_flutter: ^4.0.0 - flutter_svg: ^2.0.0+2 + flutter_svg: ^2.0.5 flutter_sticky_header: ^0.6.5 easy_refresh: path: ../ diff --git a/pubspec.yaml b/pubspec.yaml index fefe45d..90498e3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: easy_refresh description: A flutter widget that provides pull-down refresh and pull-up load. -version: 3.3.1+1 +version: 3.3.1+2 homepage: https://xuelongqy.github.io/flutter_easy_refresh repository: https://github.com/xuelongqy/flutter_easy_refresh issue_tracker: https://github.com/xuelongqy/flutter_easy_refresh/issues