Skip to content

Commit 3ad14fb

Browse files
committed
chore: bump package version
1 parent 9f3397d commit 3ad14fb

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.0.0-dev.1
1+
## 4.0.0-dev.2
22
- **CustomRefreshIndicator**:
33
- Removed deprecated parameters: *indicatorCancelDuration*, *indicatorSettleDuration*, *indicatorFinalizeDuration* and *completeStateDuration* .If you are still using them, switch to the *duration* parameter.
44
- Improved handling of indicator controller changes.
@@ -21,6 +21,7 @@
2121
- Updated application design.
2222
- Added tooltips.
2323
- Added *ball indicator* example, which is an overview of the drag details based indicator.
24+
- Updated web example.
2425
## 3.1.1
2526
- Fix:
2627
- 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/lib/main.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ class MyApp extends StatelessWidget {
4646
'/envelope': (context) => const EnvelopIndicatorScreen(),
4747
'/fetch-more': (context) => const FetchMoreScreen(),
4848
'/horizontal': (context) => const HorizontalScreen(),
49-
'/programmatically-controlled': (context) => const ProgrammaticallyControlled(),
49+
'/programmatically-controlled': (context) =>
50+
const ProgrammaticallyControlled(),
5051
},
5152
);
5253
}

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.1"
50+
version: "4.0.0-dev.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: 4.0.0-dev.1
3+
version: 4.0.0-dev.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)