-
Notifications
You must be signed in to change notification settings - Fork 79
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
Confetti package animation not displaying correctly upon scroll #59
Comments
Any update on this? |
Same for me.. |
same issue any update?? |
I'm facing similar issues. It looks like theres some problem when the size of the confetti area is calculated. |
@Eerey canvas: const Size(double.infinity, double.infinity), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using Package Confetti 0.6.0
ConfettiWidget()
withinCard()
s generated in aGridView.builder
Upon scroll the animation stops working properly & even vanishes if I scroll too much.
I thought the issue had to do with lazy loading, so I tried two other particle animation widgets:
Both of which worked fine, displaying correct animation - even through scrolling.
-> It could be just an issue with Package Confetti 0.6.0, but I think the problem might come from the way I'm initializing the
ConfettiController
and calling.play()
method & disposing of it.Here is my complete simplified code:
-> I'd like to keep the animation running despite scrolling through the GridView.
I need to use a
GridView.builder
orGridView.count
as data within the cards will be populated with Firebase Data.The text was updated successfully, but these errors were encountered: