Skip to content

Commit 6d56069

Browse files
author
Kamil Klyta
committed
Fix tables on pub.dev
1 parent be9336e commit 6d56069

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
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-dev.6
1+
## 2.0.0-dev.7
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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,20 +220,23 @@ Whether the pull to refresh gesture is triggered from the start of the list or f
220220
This is especially useful with the *trigger* argument set to `IndicatorTrigger.bothEdges`, as the gesture can then be triggered from start and end edge.
221221

222222
It is null when the edge is still not determined by the *CustomRefreshIndicator* widget.
223+
223224
| value | Description |
224225
| --------- | :-------------------------------------------------------- |
225226
| **start** | The indicator was started from the beginning of the list. |
226227
| **end** | The indicator was started from the end of the list. |
227-
228+
228229
### side (IndicatorSide)
229230
The side of the scrollable on which the indicator should be displayed.
231+
230232
| value | Description |
231233
| ---------- | :--------------------------------------------------------------------- |
232234
| **top** | The indicator should be displayed on the **top** of the scrollable. |
233235
| **bottom** | The indicator should be displayed on the **bottom** of the scrollable. |
234236
| **left** | The indicator should be displayed on the **left** of the scrollable. |
235237
| **right** | The indicator should be displayed on the **right** of the scrollable. |
236238
| **none** | The indicator should not be displayed. |
239+
237240
### direction (AxisDirection)
238241
The direction in which the list scrolls.
239242

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-dev.6"
45+
version: "2.0.0-dev.7"
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-dev.6
3+
version: 2.0.0-dev.7
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)