Skip to content

Commit b2230c9

Browse files
committed
docs: fix missing image
1 parent fac794d commit b2230c9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.0.0-beta.1
1+
## 3.0.0-beta.2
22
- **CustomRefreshIndicator**:
33
- Deprecated *indicatorFinalizeDuration*, *indicatorSettleDuration*, *indicatorCancelDuration* and *completeStateDuration* parameters in favor of *durations*.
44
- The indicator widget will now be rebuilt every time *state* changes, even if the *autoRebuilt* parameter is set to false. This will make managing the state of the indicator widget simpler.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Please visit the following live demo to see the _CustomRefreshIndicator_ in acti
286286

287287
<div align="center">
288288
<a href="https://custom-refresh-indicator.klyta.it/#/presentation" target="_blank">
289-
<img src="readme/controller_data.gif" alt="Controller data example" >
289+
<img src="https://raw.githubusercontent.com/gonuit/flutter-custom-refresh-indicator/master/readme/controller_data.gif" alt="Controller data example" >
290290
</a>
291291
</div>
292292

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: "3.0.0-beta.1"
50+
version: "3.0.0-beta.2"
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: 3.0.0-beta.1
3+
version: 3.0.0-beta.2
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)