Skip to content

Conversation

@yjbanov
Copy link
Contributor

@yjbanov yjbanov commented Jul 19, 2017

This change make RenderAnimatedSize a state machine of sorts. When it decides between animating the size or tracking an unstable child it transitions from one state to another. The state dictates what layout logic to apply, when to run the animation controller, as well as what next state to transition to (which may include staying in the same state).

Fixes #11307

@Hixie

@Hixie
Copy link
Contributor

Hixie commented Jul 19, 2017

LGTM

@yjbanov yjbanov merged commit 669e13e into flutter:master Jul 19, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RenderAnimatedSize animates size unnecessarily

3 participants