File tree 3 files changed +4
-3
lines changed
packages/scrollable_positioned_list
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 0.3.5
2
+ * Fix extraneous animation controller declaration in 0.3.4.
3
+
1
4
# 0.3.4
2
5
* Disposed the animation controller when disposing the scrollable list.
3
6
Original file line number Diff line number Diff line change @@ -492,8 +492,6 @@ class _ScrollablePositionedListState extends State<ScrollablePositionedList>
492
492
AnimationController (vsync: this , duration: duration)..forward ();
493
493
opacity.parent = _opacityAnimation (opacityAnimationWeights)
494
494
.animate (_animationController);
495
- opacity.parent = _opacityAnimation (opacityAnimationWeights).animate (
496
- AnimationController (vsync: this , duration: duration)..forward ());
497
495
secondary.scrollController.jumpTo (- direction *
498
496
(_screenScrollCount *
499
497
primary.scrollController.position.viewportDimension -
Original file line number Diff line number Diff line change 1
1
name : scrollable_positioned_list
2
- version : 0.3.4
2
+ version : 0.3.5
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
You can’t perform that action at this time.
0 commit comments