Skip to content

Commit be9336e

Browse files
author
Kamil Klyta
committed
Set version to dev.6
1 parent bdb2975 commit be9336e

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.0.0-beta.1
1+
## 2.0.0-dev.6
22
## Breaking changes
33
- Added `autoRebuild` flag which is by default set to `true`.
44
From now on, there is no need to wrap widgets in the builder function with the `AnimatedBuilder` widget, as it will be automatically rebuilt. For optimization purposes, you can use the old behavior by setting the `autoRebuild` argument to false.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ CustomRefreshIndicator(
6464
)
6565
```
6666
### Effect:
67-
![simple_indicator](readme/simple_indicator.gif)
68-
69-
67+
![simple_indicator](readme/simple_indicator.gif)
68+
7069
# Examples
7170

7271
Almost all of these examples are available in the example application.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ packages:
4242
path: ".."
4343
relative: true
4444
source: path
45-
version: "2.0.0-beta.1"
45+
version: "2.0.0-dev.6"
4646
fake_async:
4747
dependency: transitive
4848
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: Flutter Widget that make it easy to implement custom refresh indicator.
3-
version: 2.0.0-beta.1
3+
version: 2.0.0-dev.6
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)