如何创建iPhone的今日视图如列表?

问题描述

当顶部元素向后移动时,如何创建这种滚动动画。

enter image description here

解决方法

CustomScrollView开始,计算动画。 您可以使用GlobalsKeys查找元素的高度,并将其用作maxExtend参数。

enter image description here

完整示例在这里:https://github.com/kherel/flutter_fun