-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
d: api docsIssues with https://api.flutter.dev/Issues with https://api.flutter.dev/f: 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
If you have an AnimatedContainer with an InkWell, the splashes will not have interpolated clipping rectangles, which leads to unpleasantly cut circles when the AnimatedContainer grows.
You can reproduce this by handing an InkWell with growing AnimatedContainer inside.
new InkWell(
child: new AnimatedContainer(
height: someGrowingFunction(),
duration: ...
)
)Some leads to the issues are: this notice, this line, and this method.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
d: api docsIssues with https://api.flutter.dev/Issues with https://api.flutter.dev/f: 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.