Skip to content

Commit c53a421

Browse files
committed
Merge branch 'master' into v4.0.0
# Conflicts: # CHANGELOG.md # example/lib/indicators/check_mark_indicator.dart # example/lib/indicators/envelope_indicator.dart # example/lib/indicators/plane_indicator.dart # example/lib/indicators/swipe_action.dart # example/lib/screens/presentation_screen.dart # example/lib/widgets/web_frame.dart # lib/src/custom_refresh_indicator.dart # lib/src/delegates/material_indicator_delegate.dart # lib/src/widgets/custom_material_indicator.dart # pubspec.yaml
2 parents 0cfb63e + 8268a0d commit c53a421

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
- Added tooltips.
2323
- Added *ball indicator* example, which is an overview of the drag details based indicator.
2424
- Updated web example.
25+
## 3.1.2
26+
- Deprecated the *withRotation* argument of the *CustomMaterialIndicator* widget. The rotation function will be removed in the upcoming version.
27+
- Fixed missing drag detail (*IndicatorController.dragDetails*) information from scroll events.
2528
## 3.1.1
2629
- Fix:
2730
- Fixed *durations* parameter of *CustomRefreshIndicator* widget. Reported by [@jccd1996](https://github.com/jccd1996) in [#58](https://github.com/gonuit/flutter-custom-refresh-indicator/issues/58).

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ packages:
4747
path: ".."
4848
relative: true
4949
source: path
50-
version: "4.0.0-dev.3"
50+
version: "4.0.0"
5151
fake_async:
5252
dependency: transitive
5353
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: custom_refresh_indicator
22
description: Widget that makes it easy to implement a custom pull to refresh gesture.
3-
version: 4.0.0-dev.3
3+
version: 4.0.0
44
repository: https://github.com/gonuit/flutter-custom-refresh-indicator
55
issue_tracker: https://github.com/gonuit/flutter-custom-refresh-indicator/issues
66
homepage: https://github.com/gonuit/flutter-custom-refresh-indicator

0 commit comments

Comments
 (0)