Skip to content

Commit

Permalink
chore: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuit committed Jul 12, 2024
1 parent 9f3397d commit 3ad14fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 4.0.0-dev.1
## 4.0.0-dev.2
- **CustomRefreshIndicator**:
- Removed deprecated parameters: *indicatorCancelDuration*, *indicatorSettleDuration*, *indicatorFinalizeDuration* and *completeStateDuration* .If you are still using them, switch to the *duration* parameter.
- Improved handling of indicator controller changes.
Expand All @@ -21,6 +21,7 @@
- Updated application design.
- Added tooltips.
- Added *ball indicator* example, which is an overview of the drag details based indicator.
- Updated web example.
## 3.1.1
- Fix:
- 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).
Expand Down
3 changes: 2 additions & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ class MyApp extends StatelessWidget {
'/envelope': (context) => const EnvelopIndicatorScreen(),
'/fetch-more': (context) => const FetchMoreScreen(),
'/horizontal': (context) => const HorizontalScreen(),
'/programmatically-controlled': (context) => const ProgrammaticallyControlled(),
'/programmatically-controlled': (context) =>
const ProgrammaticallyControlled(),
},
);
}
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages:
path: ".."
relative: true
source: path
version: "4.0.0-dev.1"
version: "4.0.0-dev.2"
fake_async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: custom_refresh_indicator
description: Widget that makes it easy to implement a custom pull to refresh gesture.
version: 4.0.0-dev.1
version: 4.0.0-dev.2
repository: https://github.com/gonuit/flutter-custom-refresh-indicator
issue_tracker: https://github.com/gonuit/flutter-custom-refresh-indicator/issues
homepage: https://github.com/gonuit/flutter-custom-refresh-indicator
Expand Down

0 comments on commit 3ad14fb

Please sign in to comment.