File tree 3 files changed +8
-4
lines changed
packages/scrollable_positioned_list
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 0.3.8
2
+ * Add ScrollOffsetController to allow pixel-based changes in offset.
3
+ * Bump min sdk version to 2.15.0
4
+
1
5
# 0.3.7
2
6
* Add ScrollOffsetListener to allow listening to changes in scroll offset.
3
7
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ class CustomRenderShrinkWrappingViewport extends CustomRenderViewport {
120
120
/// contents.
121
121
///
122
122
/// The [offset] must be specified. For testing purposes, consider passing a
123
- /// [new ViewportOffset.zero] or [new ViewportOffset.fixed] .
123
+ /// [ViewportOffset.zero] or [ViewportOffset.fixed] .
124
124
CustomRenderShrinkWrappingViewport ({
125
125
AxisDirection axisDirection = AxisDirection .down,
126
126
required AxisDirection crossAxisDirection,
@@ -651,7 +651,7 @@ abstract class CustomRenderViewport
651
651
/// list, if any, is used.
652
652
///
653
653
/// The [offset] must be specified. For testing purposes, consider passing a
654
- /// [new ViewportOffset.zero] or [new ViewportOffset.fixed] .
654
+ /// [ViewportOffset.zero] or [ViewportOffset.fixed] .
655
655
CustomRenderViewport ({
656
656
AxisDirection axisDirection = AxisDirection .down,
657
657
required AxisDirection crossAxisDirection,
Original file line number Diff line number Diff line change 1
1
name : scrollable_positioned_list
2
- version : 0.3.7
2
+ version : 0.3.8
3
3
description : >
4
4
A list with helper methods to programmatically scroll to an item.
5
5
homepage : https://github.com/google/flutter.widgets/tree/master/packages/scrollable_positioned_list
6
6
7
7
environment :
8
- sdk : ' >=2.12 .0 <4.0.0'
8
+ sdk : ' >=2.15 .0 <4.0.0'
9
9
flutter : ' >=2.12.0'
10
10
11
11
dependencies :
You can’t perform that action at this time.
0 commit comments