Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expandable within expandable content isn't animating/fading in #64

Closed
kbokarius opened this issue Jul 10, 2020 · 4 comments
Closed

Expandable within expandable content isn't animating/fading in #64

kbokarius opened this issue Jul 10, 2020 · 4 comments

Comments

@kbokarius
Copy link

kbokarius commented Jul 10, 2020

When placing an expandable within another, we're seeing the sub-expandable header and content blink into existence at the moment the parent slide/fade-in animation is supposed to end. The child expandable animates properly after the parent is already expanded, but when tapping and expanding the parent expandable, the child's header and content aren't shown for the duration of the slide/fade-in animation, then they simply pop into existence.

@kbokarius
Copy link
Author

This looks like a different bug, not related to this library. When I replace the header and content with simple widgets it seems to work fine.

@kbokarius
Copy link
Author

It looks like the cause is a Button widget within the child expandable, maybe a Flutter bug?

@samu-developments
Copy link

@kbokarius Did you ever solve this? By trial and error I found that Flexible widget messes up my custom widgets, but have not found a way to fix it.

@kbokarius
Copy link
Author

@oyvindsam no, we had to change the widgets we used within the expandable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants