Skip to content

Commit fd5d9d1

Browse files
committed
release: 3.3.1+2
1 parent 33d7326 commit fd5d9d1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.3.1+2
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+
14
## 3.3.1+1
25
- fix: Increase the priority of ClassicIndicator.pullIconBuilder [#674](https://github.com/xuelongqy/flutter_easy_refresh/issues/674).
36
- fix: fit parameter is invalid [#708](https://github.com/xuelongqy/flutter_easy_refresh/issues/708).

example/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ dependencies:
2727
get: ^4.6.5
2828
convert: ^3.1.1
2929
carousel_slider: ^4.2.1
30-
rive: ^0.10.2
30+
rive: ^0.10.4
3131
qr_flutter: ^4.0.0
32-
flutter_svg: ^2.0.0+2
32+
flutter_svg: ^2.0.5
3333
flutter_sticky_header: ^0.6.5
3434
easy_refresh:
3535
path: ../

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: easy_refresh
22
description: A flutter widget that provides pull-down refresh and pull-up load.
3-
version: 3.3.1+1
3+
version: 3.3.1+2
44
homepage: https://xuelongqy.github.io/flutter_easy_refresh
55
repository: https://github.com/xuelongqy/flutter_easy_refresh
66
issue_tracker: https://github.com/xuelongqy/flutter_easy_refresh/issues

0 commit comments

Comments
 (0)