-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Closed
Copy link
Labels
a: fidelityMatching the OEM platforms betterMatching the OEM platforms betterf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Description
Right now the scaffold uses the linear value of the animation controller, which results in a rather abrupt linear animation:
| heightFactor: widget.animationController.value, |
In the Material Design samples, you can clearly see that the bottom sheets are animated smoothly: https://material.io/design/components/sheets-bottom.html#behavior
The problem is that the animation controller is also to apply the movement caused by dragging the finger, which requires linear interpolation.
yeahia2508, edgartrem, cognition9144, axellebot, Venipa and 14 more
Metadata
Metadata
Assignees
Labels
a: fidelityMatching the OEM platforms betterMatching the OEM platforms betterf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.